Class: Aurum::ParsingTable

Inherits:
Struct
  • Object
show all
Defined in:
lib/aurum/grammar/compiled_tables.rb

Defined Under Namespace

Classes: Action

Instance Attribute Summary collapse

Instance Attribute Details

#actionsObject

Returns the value of attribute actions



2
3
4
# File 'lib/aurum/grammar/compiled_tables.rb', line 2

def actions
  @actions
end

#lookaheadObject

Returns the value of attribute lookahead



2
3
4
# File 'lib/aurum/grammar/compiled_tables.rb', line 2

def lookahead
  @lookahead
end

#productionsObject

Returns the value of attribute productions



2
3
4
# File 'lib/aurum/grammar/compiled_tables.rb', line 2

def productions
  @productions
end