Package 

Class Constant

  • All Implemented Interfaces:

    
    public abstract class Constant
    extends Structure
                        

    Base class for all constant pool entries in the constants package.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Constant()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract ConstantType getConstantType() Type of the cp_info structure.
      String getVerbose()
      Boolean equals(Object other) Check if constant is equal to another one.
      Integer hashCode() Hash code of the constant,
      • Methods inherited from class org.gjt.jclasslib.structures.Structure

        read, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait