Uses of Class
jflex.core.unicode.UnicodeProperties
Packages that use UnicodeProperties
-
Uses of UnicodeProperties in jflex.core
Fields in jflex.core declared as UnicodePropertiesModifier and TypeFieldDescription(package private) UnicodePropertiesAbstractLexScan.unicodePropertiesMethods in jflex.core that return UnicodeProperties -
Uses of UnicodeProperties in jflex.core.unicode
Fields in jflex.core.unicode declared as UnicodePropertiesModifier and TypeFieldDescriptionprivate UnicodePropertiesCharClasses.unicodePropsthe @{link UnicodeProperties} the spec scanner usedMethods in jflex.core.unicode that return UnicodePropertiesModifier and TypeMethodDescriptionCharClasses.getUnicodeProperties()Returns the unicode properties used by this CharClasses object.ILexScan.getUnicodeProperties()Methods in jflex.core.unicode with parameters of type UnicodePropertiesModifier and TypeMethodDescriptionIntCharSet.getCaseless(UnicodeProperties unicodeProperties) Create a caseless version of this charset.private voidCharClasses.init(int maxCharCode, UnicodeProperties props) Provides space for classes of characters from 0 to maxCharCode.Constructors in jflex.core.unicode with parameters of type UnicodePropertiesModifierConstructorDescriptionCharClasses(int maxCharCode, UnicodeProperties props) Constructs a new CharClasses object.