Uses of Class
jflex.core.unicode.UnicodeProperties
-
Packages that use UnicodeProperties Package Description jflex.core jflex.core.unicode -
-
Uses of UnicodeProperties in jflex.core
Fields in jflex.core declared as UnicodeProperties Modifier and Type Field Description (package private) UnicodeProperties
AbstractLexScan. unicodeProperties
Methods in jflex.core that return UnicodeProperties Modifier and Type Method Description UnicodeProperties
AbstractLexScan. getUnicodeProperties()
-
Uses of UnicodeProperties in jflex.core.unicode
Fields in jflex.core.unicode declared as UnicodeProperties Modifier and Type Field Description private UnicodeProperties
CharClasses. unicodeProps
the @{link UnicodeProperties} the spec scanner usedMethods in jflex.core.unicode that return UnicodeProperties Modifier and Type Method Description UnicodeProperties
CharClasses. getUnicodeProperties()
Returns the unicode properties used by this CharClasses object.UnicodeProperties
ILexScan. getUnicodeProperties()
Methods in jflex.core.unicode with parameters of type UnicodeProperties Modifier and Type Method Description IntCharSet
IntCharSet. getCaseless(UnicodeProperties unicodeProperties)
Create a caseless version of this charset.private void
CharClasses. init(int maxCharCode, UnicodeProperties props)
Provides space for classes of characters from 0 to maxCharCode.Constructors in jflex.core.unicode with parameters of type UnicodeProperties Constructor Description CharClasses(int maxCharCode, UnicodeProperties props)
Constructs a new CharClasses object.
-