Class: Aurum::ParsingTable
- Inherits:
-
Struct
- Object
- Struct
- Aurum::ParsingTable
- Defined in:
- lib/aurum/grammar/compiled_tables.rb
Defined Under Namespace
Classes: Action
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#lookahead ⇒ Object
Returns the value of attribute lookahead.
-
#productions ⇒ Object
Returns the value of attribute productions.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
2 3 4 |
# File 'lib/aurum/grammar/compiled_tables.rb', line 2 def actions @actions end |
#lookahead ⇒ Object
Returns the value of attribute lookahead
2 3 4 |
# File 'lib/aurum/grammar/compiled_tables.rb', line 2 def lookahead @lookahead end |
#productions ⇒ Object
Returns the value of attribute productions
2 3 4 |
# File 'lib/aurum/grammar/compiled_tables.rb', line 2 def productions @productions end |