Class Racc::ActionTable
In: lib/racc/state.rb
Parent: Object

The table of LALR actions. Actions are either of Shift, Reduce, Accept and Error.

Methods

each_reduce   each_shift   init   new   reduce   reduce_n   shift   shift_n  

Attributes

accept  [R] 
error  [R] 

Public Class methods

Public Instance methods

[Validate]