Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.sablecc.sablecc.LR0ItemSet

Uses of LR0ItemSet in org.sablecc.sablecc
 

Fields in org.sablecc.sablecc declared as LR0ItemSet
private static LR0ItemSet LR0Collection.empty
           
 

Methods in org.sablecc.sablecc that return LR0ItemSet
private  LR0ItemSet LR0Collection.set(int index)
           
(package private)  LR0ItemSet[] LR0Collection.sets()
           
(package private) static LR0ItemSet Grammar.CLOSURE(LR0Item item)
           
(package private) static LR0ItemSet Grammar.CLOSURE(LR0ItemSet set)
           
(package private) static LR0ItemSet Grammar.GOTO(LR0ItemSet set, Symbol symbol)
           
 

Methods in org.sablecc.sablecc with parameters of type LR0ItemSet
private  int LR0Collection.add(LR0ItemSet set, int from, Symbol symbol)
           
private  void LR0Collection.addGoto(int from, Symbol symbol, LR0ItemSet to)
           
private  java.lang.Integer LR0Collection.set(LR0ItemSet set)
           
(package private) static LR0ItemSet Grammar.CLOSURE(LR0ItemSet set)
           
(package private) static LR0ItemSet Grammar.GOTO(LR0ItemSet set, Symbol symbol)
           
 

Constructors in org.sablecc.sablecc with parameters of type LR0ItemSet
LR0ItemSet(LR0ItemSet set)
           
LR1Collection(LR0ItemSet set)
           
LR0Collection(LR0ItemSet set)