org.javacc.parser
Class CharacterRange

java.lang.Object
  extended by org.javacc.parser.CharacterRange

public class CharacterRange
extends java.lang.Object

Describes character range descriptors in a character list.


Field Summary
 char left
          The leftmost and the rightmost characters in this character range.
 char right
          The leftmost and the rightmost characters in this character range.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public char left
The leftmost and the rightmost characters in this character range.


right

public char right
The leftmost and the rightmost characters in this character range.