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, getReferencedTypeNamegetConstantPool, getEntry, getIndex, replaceConstantPoolgetAttribute, getBytes, getOffset, getOpcode, length, setAttribute, setAttribute, setBytes, setOffset, stackConsumption, stackUsagepublic 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 CPInstructionCopyright © 2001. Documenation generated January 12 2013.