alt.jiapi.reflect.instruction
Class FieldAccess
java.lang.Object
alt.jiapi.reflect.Instruction
alt.jiapi.reflect.instruction.CPInstruction
alt.jiapi.reflect.instruction.ReferencingInstruction
alt.jiapi.reflect.instruction.FieldAccess
- All Implemented Interfaces:
- java.lang.Cloneable
public class FieldAccess
- extends ReferencingInstruction
This class represents a field access instruction.
- Version:
- $Revision: 1.9 $ $Date: 2004/04/04 09:59:22 $
- Author:
- Mika Riekkinen, Joni Suominen
Method Summary |
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()
|
Methods inherited from class alt.jiapi.reflect.Instruction |
getAttribute, getBytes, getOffset, getOpcode, length, setAttribute, setAttribute, setBytes, setOffset, stackConsumption, stackUsage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
READ_INSTRUCTION
public static final int READ_INSTRUCTION
- See Also:
- Constant Field Values
WRITE_INSTRUCTION
public static final int WRITE_INSTRUCTION
- See Also:
- Constant Field Values
FieldAccess
public FieldAccess(byte[] bytes,
ConstantPool cp)
getFieldName
public java.lang.String getFieldName()
- Get the name of the target method.
getTypeName
public java.lang.String getTypeName()
- Get the type name of the target field.
toString
public java.lang.String toString()
- Overrides:
toString
in class CPInstruction
Copyright © 2001. Documenation generated August 26 2011.