Uses of Interface
jflex.core.unicode.ILexScan
-
Packages that use ILexScan Package Description jflex.core jflex.core.unicode -
-
Uses of ILexScan in jflex.core
Classes in jflex.core that implement ILexScan Modifier and Type Class Description classAbstractLexScanclassLexScan -
Uses of ILexScan in jflex.core.unicode
Constructors in jflex.core.unicode with parameters of type ILexScan Constructor Description CharClasses(int maxCharCode, ILexScan scanner)Constructs a new CharClasses object.
-