Class: Aurum::Automata::Transition
- Inherits:
-
Struct
- Object
- Struct
- Aurum::Automata::Transition
- Defined in:
- lib/aurum/lexical_table_generator.rb
Instance Attribute Summary collapse
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#symbols ⇒ Object
Returns the value of attribute symbols.
Instance Attribute Details
#destination ⇒ Object
Returns the value of attribute destination
183 184 185 |
# File 'lib/aurum/lexical_table_generator.rb', line 183 def destination @destination end |
#symbols ⇒ Object
Returns the value of attribute symbols
183 184 185 |
# File 'lib/aurum/lexical_table_generator.rb', line 183 def symbols @symbols end |