class Pegasus::Elements::EofElement

Overview

The EOF element. Represents the end of the file, and is not matched as a token by the lexer.

Defined in:

pegasus/elements.cr

Instance Method Summary

Instance methods inherited from class Pegasus::Elements::IndexableElement

table_index : Int64 table_index

Instance Method Detail

def ==(other : EofElement) #

[View source]
def ==(other : LookaheadElement) #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


[View source]
def table_index : Int64 #
Description copied from class Pegasus::Elements::IndexableElement

Gets the table index of this element.


[View source]