Uses of Class
jflex.core.LexParse
Packages that use LexParse
-
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
Methods 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 writer