gnu.regexp
Class CharUnit

java.lang.Object
  extended by gnu.regexp.CharUnit
All Implemented Interfaces:
java.io.Serializable

 class CharUnit
extends java.lang.Object
implements java.io.Serializable


Field Summary
 boolean bk
           
 char ch
           
 
Constructor Summary
CharUnit()
           
 
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

bk

public boolean bk
Constructor Detail

CharUnit

CharUnit()