Uses of Class
org.sablecc.sablecc.LR0Item

Packages that use LR0Item
org.sablecc.sablecc   
 

Uses of LR0Item in org.sablecc.sablecc
 

Fields in org.sablecc.sablecc declared as LR0Item
 LR0Item LR0ItemAndSetPair.item
           
(package private)  LR0Item[] LR0ItemSet.items_
           
(package private)  LR0Item LR1Item.lr0Item
           
 

Methods in org.sablecc.sablecc that return LR0Item
(package private)  LR0Item[] LR0ItemSet.items()
           
 

Methods in org.sablecc.sablecc with parameters of type LR0Item
(package private) static LR0ItemSet Grammar.CLOSURE(LR0Item item)
           
(package private)  boolean LR0ItemSet.get(LR0Item item)
           
(package private)  void LR0ItemSet.set(LR0Item item)
           
 

Constructors in org.sablecc.sablecc with parameters of type LR0Item
LR0ItemAndSetPair(LR0Item item, int set)
           
LR1Item(LR0Item lr0Item, int terminal)