org.apache.bcel.generic
public abstract class FieldInstruction extends FieldOrMethod implements TypedInstruction
Constructor Summary | |
---|---|
protected | FieldInstruction(short opcode, int index) |
Method Summary | |
---|---|
String | getFieldName(ConstantPoolGen cpg) |
protected int | getFieldSize(ConstantPoolGen cpg) |
Type | getFieldType(ConstantPoolGen cpg) |
Type | getType(ConstantPoolGen cpg) |
String | toString(ConstantPool cp) |
Parameters: index to constant pool
Returns: name of referenced field.
Returns: size of field (1 or 2)
Returns: type of field
Returns: return type of referenced field
Returns: mnemonic for instruction with symbolic references resolved