Uses of Class
jflex.core.LexParse
Packages that use LexParse
-
Uses of LexParse in jflex.core
Fields in jflex.core declared as LexParseConstructors in jflex.core with parameters of type LexParseModifierConstructorDescription(package private)
CUP$LexParse$actions
(LexParse parser) Constructor -
Uses of LexParse in jflex.dfa
Modifier and TypeMethodDescriptionvoid
DFA.checkActions
(LexScan scanner, LexParse parser) Checks that all actions can actually be matched in this DFA. -
Uses of LexParse in jflex.generator
Fields in jflex.generator declared as LexParseMethods in jflex.generator with parameters of type LexParseModifier and TypeMethodDescriptionstatic Emitter
Emitters.createFileEmitter
(File inputLexFile, LexParse parser, DFA dfa) Creates an Emitter that generates the java code in a file.static Emitter
Emitters.createPrintWriterEmitter
(LexParse parser, DFA dfa, PrintWriter writer) Create Emitter that writes to writerConstructors in jflex.generator with parameters of type LexParse