public class FieldAccess extends ReferencingInstruction
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 |
---|---|
java.lang.String |
getFieldName()
Get the name of the target method.
|
java.lang.String |
getTypeName()
Get the type name of the target field.
|
java.lang.String |
toString() |
getClassName, getDescriptor, getInternalName, getName, getReferencedTypeName
getConstantPool, getEntry, getIndex, replaceConstantPool
getAttribute, getBytes, getOffset, getOpcode, 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 java.lang.String getFieldName()
public java.lang.String getTypeName()
public java.lang.String toString()
toString
in class CPInstruction
Copyright © 2001. Documenation generated January 20 2015.