Uses of Class
jflex.IntCharSet
-
Packages that use IntCharSet Package Description jflex jflex.unicode -
-
Uses of IntCharSet in jflex
Fields in jflex with type parameters of type IntCharSet Modifier and Type Field Description private java.util.List<IntCharSet>CharClasses. classesthe char classes(package private) java.util.Map<java.lang.Integer,IntCharSet>LexParse.CUP$LexParse$actions. preclassCacheMethods in jflex that return IntCharSet Modifier and Type Method Description IntCharSetIntCharSet. add(IntCharSet set)add.IntCharSetIntCharSet. and(IntCharSet set)Intersects two sets.IntCharSetIntCharSet. copy()Return a (deep) copy of this char setIntCharSetIntCharSet. getCaseless(UnicodeProperties unicodeProperties)Create a caseless version of this charset.Methods in jflex with parameters of type IntCharSet Modifier and Type Method Description IntCharSetIntCharSet. add(IntCharSet set)add.IntCharSetIntCharSet. and(IntCharSet set)Intersects two sets.private int[]CharClasses. getClassCodes(IntCharSet set, boolean negate)Returns an array that contains the character class codes of all characters in the specified set of input characters.voidCharClasses. makeClass(IntCharSet set, boolean caseless)Updates the current partition, so that the specified set of characters gets a new character class.voidIntCharSet. sub(IntCharSet set)Returns the relative complement of this set relative to the provided set. -
Uses of IntCharSet in jflex.unicode
Fields in jflex.unicode declared as IntCharSet Modifier and Type Field Description private IntCharSet[]UnicodeProperties. caselessMatchesFields in jflex.unicode with type parameters of type IntCharSet Modifier and Type Field Description private java.util.Map<java.lang.String,IntCharSet>UnicodeProperties. propertyValueIntervalsMethods in jflex.unicode that return IntCharSet Modifier and Type Method Description IntCharSetUnicodeProperties. getCaselessMatches(int c)Returns a set of character intervals representing all characters that are case-insensitively equivalent to the given character, including the given character itself.IntCharSetUnicodeProperties. getIntCharSet(java.lang.String propertyValue)Returns the character interval set associated with the given property value for the selected Unicode version.
-