Class: Aurum::LexicalTable
- Inherits:
-
Struct
- Object
- Struct
- Aurum::LexicalTable
- 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.
-
#lexical_states ⇒ Object
Returns the value of attribute lexical_states.
-
#states ⇒ Object
Returns the value of attribute states.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
17 18 19 |
# File 'lib/aurum/grammar/compiled_tables.rb', line 17 def actions @actions end |
#lexical_states ⇒ Object
Returns the value of attribute lexical_states
17 18 19 |
# File 'lib/aurum/grammar/compiled_tables.rb', line 17 def lexical_states @lexical_states end |
#states ⇒ Object
Returns the value of attribute states
17 18 19 |
# File 'lib/aurum/grammar/compiled_tables.rb', line 17 def states @states end |