Class CPConstant<T extends CPConstant<T>>

  • Type Parameters:
    T - The CPConstant subclass.
    All Implemented Interfaces:
    java.lang.Comparable<T>
    Direct Known Subclasses:
    CPClass, CPDouble, CPFloat, CPInt, CPLong, CPString

    public abstract class CPConstant<T extends CPConstant<T>>
    extends ConstantPoolEntry
    implements java.lang.Comparable<T>
    Abstract superclass for constant pool constant entries such as numbers or Strings.
    • Constructor Summary

      Constructors 
      Constructor Description
      CPConstant()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Comparable

        compareTo
    • Constructor Detail

      • CPConstant

        public CPConstant()