-
- All Implemented Interfaces:
public abstract class AbstractConstant extends Constant
Base class for all stateful constant pool entries in the constants package.
-
-
Field Summary
Fields Modifier and Type Field Description private final ConstantTypeconstantTypeprivate final Stringverbose
-
Constructor Summary
Constructors Constructor Description AbstractConstant(ClassFile classFile)
-
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)
-
-
-
-