Uses of Interface
java_cup.runtime.SymbolFactory
-
Packages that use SymbolFactory Package Description java_cup.runtime -
-
Uses of SymbolFactory in java_cup.runtime
Classes in java_cup.runtime that implement SymbolFactory Modifier and Type Class Description class
ComplexSymbolFactory
Default Implementation for SymbolFactory, creates plain old Symbolsclass
DefaultSymbolFactory
Default Implementation for SymbolFactory, creates plain old SymbolsFields in java_cup.runtime declared as SymbolFactory Modifier and Type Field Description SymbolFactory
lr_parser. symbolFactory
Methods in java_cup.runtime that return SymbolFactory Modifier and Type Method Description 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 Constructor Description lr_parser(Scanner s, SymbolFactory symfac)
Constructor that sets the default scanner and a SymbolFactorylr_parser(SymbolFactory fac)
Simple constructor.
-