Class Constant

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte tag  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte getTag()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • tag

        protected final byte tag
    • Method Detail

      • getTag

        public final byte getTag()
        Returns:
        Tag of constant, i.e., its type. No setTag() method to avoid confusion.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object