beautypg.com

Summary of functions and methods 26, Object system functions 26 – Apple Newton Programmer’s Newton 2.0 (for Newton 2.0) User Manual

Page 897

background image

C H A P T E R 2 6

Utility Functions

Summary of Functions and Methods

26-7

Summary of Functions and Methods

26

Object System Functions

26

ClassOf(

object

)

Clone(

object

)

DeepClone(

object

)

EnsureInternal(

obj

)

GetFunctionArgCount(

function

)

GetSlot(

frame

,

slotSymbol

)

GetVariable(

frame

,

slotSymbol

)

HasSlot(

frame

,

slotSymbol

)

HasVariable(

frame

,

slotSymbol

)

Intern(

string

)

IsArray(

obj

)

IsBinary(

obj

)

IsCharacter(

obj

)

IsFrame(

obj

)

IsFunction(

obj

)

IsImmediate(

obj

)

IsInstance(

obj

,

class

)

IsInteger(

obj

)

IsNumber(

obj

)

IsReadOnly(

obj

)

IsReal(

obj

)

IsString(

obj

)

IsSubclass(

sub

,

super

)

IsSymbol(

obj

)

MakeBinary(

length

,

class

)

Map(

obj

,

function

)

PrimClassOf(

obj

)

RemoveSlot(

obj

,

slot

)

ReplaceObject(

originalObject

,

targetObject

)

SetClass(

obj

,

classSymbol

)

SetVariable(

frame

,

slotSymbol

,

value

)

SymbolCompareLex(

symbol1

,

symbol2

)

TotalClone(

obj

)