-
- All Implemented Interfaces:
public class ConstantPlaceholder extends Constant
Constant pool entry for unused indices in the constant pool, such as after ConstantLongInfo or ConstantDoubleInfo entries.
-
-
Field Summary
Fields Modifier and Type Field Description private final ConstantTypeconstantTypeprivate final Stringverbosepublic final static ConstantPlaceholderINSTANCE
-
Method Summary
Modifier and Type Method Description ConstantTypegetConstantType()Type of the cp_info structure. -
Methods inherited from class org.gjt.jclasslib.structures.Constant
equals, 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
-
-
Method Detail
-
getConstantType
ConstantType getConstantType()
Type of the cp_info structure.
-
-
-
-