Package gnu.regexp

Class CharUnit

  • All Implemented Interfaces:
    java.io.Serializable

    class CharUnit
    extends java.lang.Object
    implements java.io.Serializable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean bk  
      char ch  
    • Constructor Summary

      Constructors 
      Constructor Description
      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()