Package avail.interpreter.primitive.privatehelpers

Types

Link copied to clipboard
object P_GetGlobalVariableValue : Primitive

Primitive: A global variable's value is being returned.

Link copied to clipboard
object P_PushArgument1 : Primitive

Primitive: The first argument is being returned.

Link copied to clipboard
object P_PushArgument2 : Primitive

Primitive: The second argument is being returned.

Link copied to clipboard
object P_PushArgument3 : Primitive

Primitive: The third argument is being returned.

Link copied to clipboard
object P_PushConstant : Primitive

Primitive: The first literal is being returned. Extract the first literal from the compiled code that the interpreter has squirreled away for this purpose.

Link copied to clipboard
object P_PushLastOuter : Primitive

Primitive: The sole outer value is being returned.