| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--org.apache.bcel.generic.Instruction
        |
        +--org.apache.bcel.generic.CPInstruction
              |
              +--org.apache.bcel.generic.FieldOrMethod
                    |
                    +--org.apache.bcel.generic.FieldInstruction
Super class for the GET/PUTxxx family of instructions.
| Field Summary | 
| Fields inherited from class org.apache.bcel.generic.CPInstruction | 
| index | 
| Fields inherited from class org.apache.bcel.generic.Instruction | 
| length, opcode | 
| Constructor Summary | |
| protected  | FieldInstruction(short opcode,
                 int index) | 
| Method Summary | |
|  java.lang.String | getFieldName(ConstantPoolGen cpg) | 
| protected  int | getFieldSize(ConstantPoolGen cpg) | 
|  Type | getFieldType(ConstantPoolGen cpg) | 
|  Type | getType(ConstantPoolGen cpg)Returns the type associated with this instruction. | 
|  java.lang.String | toString(ConstantPool cp) | 
| Methods inherited from class org.apache.bcel.generic.FieldOrMethod | 
| getClassName, getClassType, getLoadClassType, getName, getSignature | 
| Methods inherited from class org.apache.bcel.generic.CPInstruction | 
| dump, getIndex, initFromFile, setIndex, toString | 
| Methods inherited from class org.apache.bcel.generic.Instruction | 
| accept, consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString | 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
protected FieldInstruction(short opcode,
                           int index)
index - to constant pool| Method Detail | 
public java.lang.String toString(ConstantPool cp)
toString in class CPInstructionprotected int getFieldSize(ConstantPoolGen cpg)
public Type getType(ConstantPoolGen cpg)
LoadClass
getType in interface TypedInstructiongetType in class CPInstructionLoadClass.getLoadClassType(ConstantPoolGen)public Type getFieldType(ConstantPoolGen cpg)
public java.lang.String getFieldName(ConstantPoolGen cpg)
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||