Object Slots
My class's slots of type AvailObject.
Entries
Link copied to clipboard
Content 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
Content 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
Content copied to clipboard
A raw pojo holding the LexingState after this token.