Modifier and Type | Field and Description |
---|---|
static int |
READ_INSTRUCTION |
static int |
WRITE_INSTRUCTION |
cp
Constructor and Description |
---|
FieldAccess(byte[] bytes,
ConstantPool cp) |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName()
Get the name of the target field.
|
String |
getTypeName()
Get the type name of the target field.
|
String |
toString() |
getClassName, getDescriptor, getInternalName, getName, getReferencedTypeName
getConstantPool, getEntry, getIndex, replaceConstantPool
getAttribute, getBranchParent, getBytes, getOffset, getOpcode, isBranchTarget, length, setAttribute, setAttribute, setBytes, setOffset, stackConsumption, stackUsage
public static final int READ_INSTRUCTION
public static final int WRITE_INSTRUCTION
public FieldAccess(byte[] bytes, ConstantPool cp)
public String getTypeName()
public String getFieldName()
public String toString()
toString
in class CPInstruction
Copyright © 2017. All rights reserved.