Uses of Class
jflex.core.LexScan
-
Packages that use LexScan Package Description jflex.core jflex.dfa -
-
Uses of LexScan in jflex.core
Fields in jflex.core declared as LexScan Modifier and Type Field Description LexScan
LexParse. scanner
Constructors in jflex.core with parameters of type LexScan Constructor Description LexParse(LexScan scanner)
NFA(int numInput, LexScan scanner, RegExps regExps, Macros macros, CharClasses classes)
Construct new NFA. -
Uses of LexScan in jflex.dfa
Methods in jflex.dfa with parameters of type LexScan Modifier and Type Method Description void
DFA. checkActions(LexScan scanner, LexParse parser)
Checks that all actions can actually be matched in this DFA.
-