Class: Aurum::ParsingTable

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



2
3
4
# File 'lib/aurum/grammar/compiled_tables.rb', line 2

def actions
  @actions
end

#lookaheadObject

Returns the value of attribute lookahead

Returns:

  • (Object)

    the current value of lookahead



2
3
4
# File 'lib/aurum/grammar/compiled_tables.rb', line 2

def lookahead
  @lookahead
end

#productionsObject

Returns the value of attribute productions

Returns:

  • (Object)

    the current value of productions



2
3
4
# File 'lib/aurum/grammar/compiled_tables.rb', line 2

def productions
  @productions
end