Package-level declarations

Types

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Primitive: Answer the nybblecodes of the compiled code.

Link copied to clipboard

Primitive: Answer the compiled code within this function.

Link copied to clipboard

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

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