|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SymbolFactory | |
|---|---|
| java_cup.runtime | |
| Uses of SymbolFactory in java_cup.runtime |
|---|
| Classes in java_cup.runtime that implement SymbolFactory | |
|---|---|
class |
ComplexSymbolFactory
Default Implementation for SymbolFactory, creates plain old Symbols |
class |
DefaultSymbolFactory
Default Implementation for SymbolFactory, creates plain old Symbols |
| Fields in java_cup.runtime declared as SymbolFactory | |
|---|---|
SymbolFactory |
lr_parser.symbolFactory
|
| Methods in java_cup.runtime that return SymbolFactory | |
|---|---|
SymbolFactory |
lr_parser.getSymbolFactory()
Whenever creation of a new Symbol is necessary, one should use this factory. |
| Constructors in java_cup.runtime with parameters of type SymbolFactory | |
|---|---|
lr_parser(Scanner s,
SymbolFactory symfac)
Constructor that sets the default scanner and a SymbolFactory |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||