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
Methods in jflex.core.unicode with parameters of type ILexScan Modifier and Type Method Description voidCharClasses. init(int maxCharCode, ILexScan scanner)Provides space for classes of characters from 0 to maxCharCode.
-