Object Slots
enum ObjectSlots : Enum<LiteralTokenDescriptor.ObjectSlots> , ObjectSlotsEnum
Content copied to clipboard
My slots of type AvailObject. Note that they have to start the same as in my superclass TokenDescriptor.
Entries
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
The actual AvailObject wrapped by this token.
Link copied to clipboard
Content copied to clipboard
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.