Uses of Class
jflex.core.AbstractLexScan.CharSetSize
-
Packages that use AbstractLexScan.CharSetSize Package Description jflex.core -
-
Uses of AbstractLexScan.CharSetSize in jflex.core
Methods in jflex.core that return AbstractLexScan.CharSetSize Modifier and Type Method Description static AbstractLexScan.CharSetSizeAbstractLexScan.CharSetSize. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractLexScan.CharSetSize[]AbstractLexScan.CharSetSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jflex.core with parameters of type AbstractLexScan.CharSetSize Modifier and Type Method Description voidAbstractLexScan. initCharClasses(AbstractLexScan.CharSetSize size)voidAbstractLexScan. initCharClasses(AbstractLexScan.CharSetSize size, java.lang.String version)
-