Uses of Class
xtc.parser.CharRange

Packages that use CharRange
xtc.parser   
 

Uses of CharRange in xtc.parser
 

Fields in xtc.parser with type parameters of type CharRange
 java.util.List<CharRange> CharClass.ranges
          The list of character ranges.
 

Methods in xtc.parser with parameters of type CharRange
 int CharRange.compareTo(CharRange other)
           
 void PrettyPrinter.visit(CharRange r)
          Print the specified character range.
 

Constructor parameters in xtc.parser with type arguments of type CharRange
CharClass(boolean exclusive, java.util.List<CharRange> ranges)
          Create a new character class.
CharClass(java.util.List<CharRange> ranges)
          Create a new, non-exclusive character class.
 



Copyright © 2012. All Rights Reserved.