-
- All Implemented Interfaces:
public final class ConstantFieldrefInfo extends ConstantReference
Describes a CONSTANT_Fieldref_info constant pool data structure.
-
-
Field Summary
Fields Modifier and Type Field Description private final ConstantTypeconstantTypeprivate IntegerclassIndexprivate IntegernameAndTypeIndexprivate final Stringverboseprivate final ConstantClassInfoclassConstantprivate final ConstantNameAndTypeInfonameAndTypeConstant
-
Constructor Summary
Constructors Constructor Description ConstantFieldrefInfo(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.ConstantReference
equals, getClassConstant, getClassIndex, getNameAndTypeConstant, getNameAndTypeIndex, getVerbose, hashCode, setClassIndex, 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
-
ConstantFieldrefInfo
ConstantFieldrefInfo(ClassFile classFile)
-
-
Method Detail
-
getConstantType
ConstantType getConstantType()
Type of the cp_info structure.
-
-
-
-