class Pegasus::Elements::EofElement
- Pegasus::Elements::EofElement
- Pegasus::Elements::IndexableElement
- Pegasus::Elements::LookaheadElement
- Reference
- Object
Overview
The EOF element. Represents the end of the file, and is not matched as a token by the lexer.
Defined in:
pegasus/elements.crInstance Method Summary
- #==(other : EofElement)
- #==(other : LookaheadElement)
-
#hash(hasher)
See
Object#hash(hasher)
-
#table_index : Int64
Gets the table index of this element.
Instance methods inherited from class Pegasus::Elements::IndexableElement
table_index : Int64
table_index
Instance Method Detail
def table_index : Int64
#
Description copied from class Pegasus::Elements::IndexableElement
Gets the table index of this element.