Class: Aurum::Grammar::LexicalRules::Automata::Transition
- Inherits:
-
Struct
- Object
- Struct
- Aurum::Grammar::LexicalRules::Automata::Transition
- Defined in:
- lib/aurum/grammar/automata.rb
Instance Attribute Summary collapse
-
#character_set ⇒ Object
Returns the value of attribute character_set.
-
#destination ⇒ Object
Returns the value of attribute destination.
Instance Attribute Details
#character_set ⇒ Object
Returns the value of attribute character_set
5 6 7 |
# File 'lib/aurum/grammar/automata.rb', line 5 def character_set @character_set end |
#destination ⇒ Object
Returns the value of attribute destination
5 6 7 |
# File 'lib/aurum/grammar/automata.rb', line 5 def destination @destination end |