Class: Aurum::LexicalTable

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

Defined Under Namespace

Classes: Action

Instance Attribute Summary collapse

Instance Attribute Details

#actionsObject

Returns the value of attribute actions

Returns:

  • (Object)

    the current value of actions



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

def actions
  @actions
end

#lexical_statesObject

Returns the value of attribute lexical_states

Returns:

  • (Object)

    the current value of lexical_states



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

def lexical_states
  @lexical_states
end

#statesObject

Returns the value of attribute states

Returns:

  • (Object)

    the current value of states



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

def states
  @states
end