Class: Aurum::Grammar::LexicalRules::Automata::Transition

Inherits:
Struct
  • Object
show all
Defined in:
lib/aurum/grammar/automata.rb

Instance Attribute Summary collapse

Instance Attribute Details

#character_setObject

Returns the value of attribute character_set

Returns:

  • (Object)

    the current value of character_set



5
6
7
# File 'lib/aurum/grammar/automata.rb', line 5

def character_set
  @character_set
end

#destinationObject

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



5
6
7
# File 'lib/aurum/grammar/automata.rb', line 5

def destination
  @destination
end