Class
Racc::Item
In:
lib/racc/state.rb
Parent:
Object
LALR item. A set of rule and its lookahead tokens.
Methods
each_la
new
Attributes
la
[R]
rule
[R]
Public Class methods
new
(rule, la)
Public Instance methods
each_la
(tbl) {|tbl[idx]| ...}
[Validate]