java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.CPInstruction
org.apache.bcel.generic.FieldOrMethod
org.apache.bcel.generic.FieldInstruction
- All Implemented Interfaces:
- java.lang.Cloneable, IndexedInstruction, LoadClass, java.io.Serializable, TypedInstruction
- Direct Known Subclasses:
- GETFIELD, GETSTATIC, PUTFIELD, PUTSTATIC
- public abstract class FieldInstruction
- extends FieldOrMethod
- implements TypedInstruction
Super class for the GET/PUTxxx family of instructions.
- Version:
- $Id: FieldInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
|
Constructor Summary |
(package private) |
FieldInstruction()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
protected |
FieldInstruction(short opcode,
int index)
|
| Methods inherited from class org.apache.bcel.generic.Instruction |
accept, consumeStack, copy, dispose, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString |
FieldInstruction
FieldInstruction()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
FieldInstruction
protected FieldInstruction(short opcode,
int index)
toString
public java.lang.String toString(org.apache.bcel.classfile.ConstantPool cp)
- Overrides:
toString in class CPInstruction
getFieldSize
protected int getFieldSize(ConstantPoolGen cpg)
getType
public Type getType(ConstantPoolGen cpg)
- Description copied from interface:
LoadClass
- Returns the type associated with this instruction.
LoadClass instances are always typed, but this type
does not always refer to the type of the class or interface
that it possibly forces to load. For example, GETFIELD would
return the type of the field and not the type of the class
where the field is defined.
If no class is forced to be loaded, null is returned.
An example for this is an ANEWARRAY instruction that creates
an int[][].
- Specified by:
getType in interface TypedInstruction- Overrides:
getType in class CPInstruction
getFieldType
public Type getFieldType(ConstantPoolGen cpg)
getFieldName
public java.lang.String getFieldName(ConstantPoolGen cpg)