alt.jiapi.reflect.instruction
Class FieldAccess

java.lang.Object
  extended by alt.jiapi.reflect.Instruction
      extended by alt.jiapi.reflect.instruction.CPInstruction
          extended by alt.jiapi.reflect.instruction.ReferencingInstruction
              extended by 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

Field Summary
static int READ_INSTRUCTION
           
static int WRITE_INSTRUCTION
           
 
Fields inherited from class alt.jiapi.reflect.instruction.CPInstruction
cp
 
Constructor Summary
FieldAccess(byte[] bytes, ConstantPool cp)
           
 
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.ReferencingInstruction
getClassName, getDescriptor, getInternalName, getName, getReferencedTypeName
 
Methods inherited from class alt.jiapi.reflect.instruction.CPInstruction
getConstantPool, getEntry, getIndex, replaceConstantPool
 
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
 

Field Detail

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
Constructor Detail

FieldAccess

public FieldAccess(byte[] bytes,
                   ConstantPool cp)
Method Detail

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.