Class: Aurum::RecognizeTokenAndChangeStateAction
- Inherits:
-
Struct
- Object
- Struct
- Aurum::RecognizeTokenAndChangeStateAction
- Defined in:
- lib/aurum/lexical_table_generator.rb
Instance Attribute Summary collapse
-
#state ⇒ Object
Returns the value of attribute state.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#state ⇒ Object
Returns the value of attribute state
3 4 5 |
# File 'lib/aurum/lexical_table_generator.rb', line 3 def state @state end |
#token ⇒ Object
Returns the value of attribute token
3 4 5 |
# File 'lib/aurum/lexical_table_generator.rb', line 3 def token @token end |