Uses of Class
jflex.core.LexParse
Packages that use LexParse
-
Uses of LexParse in jflex.dfa
Modifier and TypeMethodDescriptionvoidDFA.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 EmitterEmitters.createFileEmitter(File inputLexFile, LexParse parser, DFA dfa) Creates an Emitter that generates the java code in a file.static EmitterEmitters.createPrintWriterEmitter(LexParse parser, DFA dfa, PrintWriter writer) Create Emitter that writes to writer