Package avail.interpreter.primitive.rawfunctions

Types

Link copied to clipboard
object P_CompiledCodeFunctionType : Primitive

Primitive: Answer the function type that this compiled code will be closed into.

Link copied to clipboard
object P_CompiledCodeLiterals : Primitive

Primitive: Answer a tuple with the literals from this compiled code.

Link copied to clipboard
object P_CompiledCodeNumArgs : Primitive

Primitive: Answer the number of arguments expected by the compiled code.

Link copied to clipboard
object P_CompiledCodeNumLocals : Primitive

Primitive: Answer the number of locals created by the compiled code.

Link copied to clipboard
object P_CompiledCodeNumOuters : Primitive

Primitive: Answer the number of outer variables in functions derived from this compiled code.

Link copied to clipboard
object P_CompiledCodeNumStackSlots : Primitive

Primitive: Answer the number of stack slots (not counting arguments and locals) created for the compiled code.

Link copied to clipboard
object P_CompiledCodeNybbles : Primitive

Primitive: Answer the nybblecodes of the compiled code.

Link copied to clipboard
object P_CompiledCodeOfFunction : Primitive

Primitive: Answer the compiled code within this function.

Link copied to clipboard
object P_CompiledCodePrimitiveName : Primitive

Primitive: Answer the name of the primitive for this compiled code. Answer the empty string if this code is not a primitive.

Link copied to clipboard
object P_SetCompiledCodeName : Primitive

Primitive: Set a compiled code's symbolic name to the given A_String. Also name its sub-functions in a systematic way.