org.javacc.parser
Class SingleCharacter

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

public class SingleCharacter
extends java.lang.Object

Describes single character descriptors in a character list.


Field Summary
 char ch
          The character of this descriptor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ch

public char ch
The character of this descriptor.