ObjectSlots

My slots of type AvailObject.

Entries

Link copied to clipboard

Either nil or a raw pojo holding the Primitive to invoke for this block.

Link copied to clipboard

The tuple of tokens forming this block phrase, if any.

Link copied to clipboard

The block's set of exception types that may be raised. This set has not yet been normalized (e.g., removing types that are subtypes of types that are also present in the set).

Link copied to clipboard

A tuple of variables needed by this block. This is set after the block phrase has already been created.

Link copied to clipboard

The type this block is expected to return an instance of.

Link copied to clipboard

The tuple of statements contained in this block.

Link copied to clipboard

The block's tuple of argument declarations.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int