ObjectSlots

My slots of type AvailObject. Note that they have to start the same as in my superclass TokenDescriptor.

Entries

Link copied to clipboard

The A_Phrase that produced this literal token, if known, otherwise nil.

Link copied to clipboard

The actual AvailObject wrapped by this token.

Link copied to clipboard

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

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

A raw pojo holding the LexingState after this token.

Link copied to clipboard

The string, exactly as I appeared in the source.

Types

Link copied to clipboard
object Companion

Properties

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