Class: Aurum::LexicalTable::Action

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



18
19
20
# File 'lib/aurum/grammar/compiled_tables.rb', line 18

def action
  @action
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



18
19
20
# File 'lib/aurum/grammar/compiled_tables.rb', line 18

def event
  @event
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



18
19
20
# File 'lib/aurum/grammar/compiled_tables.rb', line 18

def state
  @state
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



18
19
20
# File 'lib/aurum/grammar/compiled_tables.rb', line 18

def token
  @token
end