ObjectSlots

My class's slots of type AvailObject.

Entries

Link copied to clipboard

The string, exactly as it appeared in the source.

Link copied to clipboard

A raw pojo holding the LexingState after this token.

Link copied to clipboard

During compilation, tokens constructed by the compiler capture the module that was under compilation. This field holds the module reliably only while the module is being compiled. At other times, it may be either the module that it's a part of or nil. The serializer makes no effort to reconstruct this field.

Link copied to clipboard

The A_Lexer responsible for creating this token, or nil if the token was not constructed by a lexer.

Types

Link copied to clipboard
object Companion

Properties

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