public class AllocFunction
Modifier and Type | Field |
---|---|
IntNumber |
size
|
Modifier and Type | Constructor / Static Method |
---|---|
AllocFunction |
constructor(String strSize)
|
AllocFunction |
constructor(IntNumber size)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
function(params Object[] args)
|
public class AssigningFunction
Modifier and Type | Field |
---|---|
IntNumber |
index
|
Modifier and Type | Constructor / Static Method |
---|---|
AssigningFunction |
constructor(IntNumber index)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
function(params Object[] args)
|
public class ConstantFunction
Modifier and Type | Field |
---|---|
Object |
constant
|
Modifier and Type | Constructor / Static Method |
---|---|
ConstantFunction |
load(constant)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
function(params Object[] args)
|
public class CopyToStackFunction
Modifier and Type | Constructor / Static Method |
---|---|
CopyToStackFunction |
constructor(IntNumber index, IntNumber offs)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
function(params Object[] args)
|
public class DynamicClass
Modifier and Type | Field |
---|---|
|
items
|
Modifier and Type | Constructor / Static Method |
---|---|
internal DynamicClass |
allocate(IntNumber n)
|
DynamicClass |
create(List<system'collections'Tuple<system'Message,system'dynamic'DynamicTape>> methods)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
public class DynamicMessageFunction
Modifier and Type | Field |
---|---|
IntNumber |
index
|
Modifier and Type | Constructor / Static Method |
---|---|
DynamicMessageFunction |
constructor(IntNumber index)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
function(params Object[] args)
|
public class DynamicStruct
Modifier and Type | Field |
---|---|
Struct |
_struct
|
Modifier and Type | Constructor / Static Method |
---|---|
DynamicStruct |
constructor()
|
Modifier and Type | Property |
---|---|
set |
#generic(o)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
containsProperty(MessageName subj)
|
public class DynamicTape
Modifier and Type | Field |
---|---|
|
list
|
Modifier and Type | Constructor / Static Method |
---|---|
|
dispatch()
|
DynamicTape |
arams:#constructor(TapeFunction args)
|
internal DynamicTape |
allocate(IntNumber len)
|
DynamicTape |
load(params TapeFunction[] args)
|
DynamicTape |
new(List<system'dynamic'TapeFunction> args)
|
DynamicTape |
new(List<system'dynamic'TapeFunction> args, IntNumber index, IntNumber length)
|
DynamicTape |
new(List<system'Object> args, IntNumber index, IntNumber length)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
public class ExtensionDispatcher
Modifier and Type | Field |
---|---|
|
_array
|
Modifier and Type | Constructor / Static Method |
---|---|
ExtensionDispatcher |
load(Message message, system'String[] namespaces)
|
ExtensionDispatcher |
system@dynamic@ExtensionDispatcher$$allocate(IntNumber length)
|
internal ExtensionDispatcher |
copy(system'UnsafePointer[] array, IntNumber length)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
public class ExtensionMessageFunction
Modifier and Type | Constructor / Static Method |
---|---|
ExtensionMessageFunction |
constructor(String message, Object target)
|
ExtensionMessageFunction |
load(String message, Object target)
|
ExtensionMessageFunction |
load(Message message, Object target)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
function(params Object[] args)
|
public class FuncFunction
Modifier and Type | Constructor / Static Method |
---|---|
FuncFunction |
constructor(String message, IntNumber targetIndex)
|
FuncFunction |
load(String message, IntNumber targetIndex)
|
FuncFunction |
load(Message message, IntNumber targetIndex)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
function(params Object[] args)
|
public class GoToFunction
Modifier and Type | Field |
---|---|
IntNumber |
index
|
Modifier and Type | Constructor / Static Method |
---|---|
GoToFunction |
constructor(IntNumber index)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
function(params Object[] args)
|
public class JumpIfNotFunction
Modifier and Type | Field |
---|---|
IntNumber |
index
|
Modifier and Type | Constructor / Static Method |
---|---|
JumpIfNotFunction |
constructor(IntNumber index)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
function(params Object[] args)
|
public singleton JumpToEnd
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
function(params Object[] args)
|
public class LocalFunction
Modifier and Type | Field |
---|---|
IntNumber |
index
|
Modifier and Type | Constructor / Static Method |
---|---|
LocalFunction |
constructor(IntNumber index)
|
LocalFunction |
constructor(String strIndex)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
function(params Object[] args)
|
public class MessageFunction
Modifier and Type | Field |
---|---|
Message |
message
|
Modifier and Type | Constructor / Static Method |
---|---|
MessageFunction |
constructor(String message)
|
MessageFunction |
load(String message)
|
MessageFunction |
load(Message message)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
function(params Object[] args)
|
public class SavingFunction
Modifier and Type | Field |
---|---|
IntNumber |
index
|
Modifier and Type | Constructor / Static Method |
---|---|
SavingFunction |
constructor(IntNumber index)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
|
function(params Object[] args)
|
public singleton StreamTapeInterpreter
Modifier and Type | Method |
---|---|
|
build(system'ByteNumber[] buffer, IntNumber len)
|
public class Struct
Modifier and Type | Field |
---|---|
|
items
|
Modifier and Type | Constructor / Static Method |
---|---|
|
dispatch()
|
Struct |
allocate(IntNumber n)
|
Struct |
new(params Object[] list)
|
Struct |
load(system'Object[] list)
|
Modifier and Type | Property |
---|---|
get internal IntNumber |
Length()
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
internal Struct |
expand(IntNumber gain)
|
internal |
at(IntNumber index)
|
internal |
setAt(IntNumber index, Object o)
|
abstract public class TapeFunction
Modifier and Type | Method |
---|---|
|
dispatch()
|
abstract |
function(params Object[] args)
|
public class VariadicExtensionDispatcher
Modifier and Type | Field |
---|---|
|
_array
|
Modifier and Type | Constructor / Static Method |
---|---|
VariadicExtensionDispatcher |
load(Message message, system'String[] namespaces)
|
VariadicExtensionDispatcher |
system@dynamic@VariadicExtensionDispatcher$$allocate(IntNumber length)
|
internal VariadicExtensionDispatcher |
copy(system'UnsafePointer[] array, IntNumber length)
|
Modifier and Type | Method |
---|---|
|
dispatch()
|
public class Message
Modifier and Type | Extension Method |
---|---|
IntNumber |
__loadSignature(system'Object[] output, IntNumber maximalLength)
|
|
__getFirstSignatureMember()
|
public class Object
Modifier and Type | Extension Method |
---|---|
system'Message[] |
__getMessages()
|
system'MessageName[] |
__getProperties()
|
BoolValue |
respondTo(Message m)
|
|
__injectInferface(Object type)
|
|
mixInto(Object role)
|