Class: Aurum::Automata::Transition

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

Instance Attribute Summary collapse

Instance Attribute Details

#destinationObject

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



183
184
185
# File 'lib/aurum/lexical_table_generator.rb', line 183

def destination
  @destination
end

#symbolsObject

Returns the value of attribute symbols

Returns:

  • (Object)

    the current value of symbols



183
184
185
# File 'lib/aurum/lexical_table_generator.rb', line 183

def symbols
  @symbols
end