Class: Aurum::LexicalTable::Action
- Inherits:
-
Struct
- Object
- Struct
- Aurum::LexicalTable::Action
- Defined in:
- lib/aurum/grammar/compiled_tables.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#event ⇒ Object
Returns the value of attribute event.
-
#state ⇒ Object
Returns the value of attribute state.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
18 19 20 |
# File 'lib/aurum/grammar/compiled_tables.rb', line 18 def action @action end |
#event ⇒ Object
Returns the value of attribute event
18 19 20 |
# File 'lib/aurum/grammar/compiled_tables.rb', line 18 def event @event end |
#state ⇒ Object
Returns the value of attribute state
18 19 20 |
# File 'lib/aurum/grammar/compiled_tables.rb', line 18 def state @state end |
#token ⇒ Object
Returns the value of attribute token
18 19 20 |
# File 'lib/aurum/grammar/compiled_tables.rb', line 18 def token @token end |