Uses of Class
JFlex.IntCharSet

Packages that use IntCharSet
JFlex   
 

Uses of IntCharSet in JFlex
 

Methods in JFlex that return IntCharSet
 IntCharSet IntCharSet.add(IntCharSet set)
           
 IntCharSet IntCharSet.and(IntCharSet set)
           
 IntCharSet IntCharSet.copy()
          Return a (deep) copy of this char set
 IntCharSet IntCharSet.getCaseless()
          Create a caseless version of this charset.
 

Methods in JFlex with parameters of type IntCharSet
 IntCharSet IntCharSet.add(IntCharSet set)
           
 IntCharSet IntCharSet.and(IntCharSet set)
           
 void CharClasses.makeClass(IntCharSet set, boolean caseless)
          Updates the current partition, so that the specified set of characters gets a new character class.
 void IntCharSet.sub(IntCharSet set)