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
new
(rt, st)
Public Instance methods
each_reduce
(&block)
each_shift
(&block)
init
()
reduce
(i)
reduce_n
()
shift
(i)
shift_n
()
[Validate]