Uses of Class
org.sablecc.sablecc.Symbol

Packages that use Symbol
org.sablecc.sablecc   
 

Uses of Symbol in org.sablecc.sablecc
 

Fields in org.sablecc.sablecc declared as Symbol
private static Symbol[] Symbol.nonterminals_
           
private  Symbol[] Production.rightside_
           
private  Symbol[] SymbolSet.symbols
           
private static Symbol[] Symbol.symbols_
           
private static Symbol[] Symbol.terminals_
           
 

Methods in org.sablecc.sablecc that return Symbol
(package private)  Symbol[] SymbolSet.getSymbols()
           
(package private) static Symbol[] Symbol.nonterminals()
           
(package private)  Symbol[] Production.rightside()
           
(package private)  Symbol Production.rightside(int index)
           
(package private) static Symbol Symbol.symbol(int index, boolean terminal)
           
(package private) static Symbol Symbol.symbol(java.lang.String name)
           
(package private) static Symbol[] Symbol.symbols()
           
(package private) static Symbol[] Symbol.terminals()
           
 

Methods in org.sablecc.sablecc with parameters of type Symbol
private  int LR0Collection.add(LR0ItemSet set, int from, Symbol symbol)
           
private  void LR0Collection.addGoto(int from, Symbol symbol, LR0ItemSet to)
           
(package private)  void Production.addSymbol(Symbol s)
           
(package private) static SymbolSet Grammar.FIRST(Symbol[] symbols)
           
(package private) static SymbolSet Grammar.FIRST(Symbol[] symbols, int begin)
           
(package private) static SymbolSet Grammar.FIRST(Symbol[] symbols, int begin, int end)
           
(package private)  java.lang.Integer LR0Collection.GOTO(int set, Symbol symbol)
           
(package private) static LR0ItemSet Grammar.GOTO(LR0ItemSet set, Symbol symbol)
           
 java.lang.String LR1Item.toString(Symbol lookahead)
           
 java.lang.String LR1ItemSet.toString(Symbol lookahead)