-
- All Implemented Interfaces:
public final class ConstantDynamicInfo extends ConstantDynamic
Describes a CONSTANT_Dynamic_info constant pool data structure.
-
-
Field Summary
Fields Modifier and Type Field Description private final ConstantTypeconstantTypeprivate IntegerbootstrapMethodAttributeIndexprivate IntegernameAndTypeIndexprivate final Stringverboseprivate final ConstantNameAndTypeInfonameAndTypeInfo
-
Constructor Summary
Constructors Constructor Description ConstantDynamicInfo(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description ConstantTypegetConstantType()Type of the cp_info structure. -
Methods inherited from class org.gjt.jclasslib.structures.constants.ConstantDynamic
equals, getBootstrapMethodAttributeIndex, getNameAndTypeIndex, getNameAndTypeInfo, getVerbose, hashCode, setBootstrapMethodAttributeIndex, setNameAndTypeIndex -
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
-
ConstantDynamicInfo
ConstantDynamicInfo(ClassFile classFile)
-
-
Method Detail
-
getConstantType
ConstantType getConstantType()
Type of the cp_info structure.
-
-
-
-