Package 

Class AbstractConstant

  • All Implemented Interfaces:

    
    public abstract class AbstractConstant
    extends Constant
                        

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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.gjt.jclasslib.structures.Constant

        equals, getConstantType, getVerbose, hashCode
      • 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
    • Constructor Detail

      • AbstractConstant

        AbstractConstant(ClassFile classFile)
    • Method Detail