Uses of Class
jflex.core.LexParse
-
Packages that use LexParse Package Description jflex.core jflex.dfa jflex.generator -
-
Uses of LexParse in jflex.core
Fields in jflex.core declared as LexParse Modifier and Type Field Description private LexParseLexParse.CUP$LexParse$actions. parserConstructors in jflex.core with parameters of type LexParse Constructor Description CUP$LexParse$actions(LexParse parser)Constructor -
Uses of LexParse in jflex.dfa
Methods in jflex.dfa with parameters of type LexParse Modifier and Type Method Description voidDFA. 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 LexParse Modifier and Type Field Description private LexParseEmitter. parserMethods in jflex.generator with parameters of type LexParse Modifier and Type Method Description static EmitterEmitters. createFileEmitter(java.io.File inputLexFile, LexParse parser, DFA dfa)Creates an Emitter that generates the java code in a file.static EmitterEmitters. createPrintWriterEmitter(LexParse parser, DFA dfa, java.io.PrintWriter writer)Create Emitter that writes to writerConstructors in jflex.generator with parameters of type LexParse Constructor Description Emitter(java.lang.String outputFileName, java.io.File inputFile, LexParse parser, DFA dfa, java.io.PrintWriter writer)Emits the java code.
-