org.apache.bcel.generic
public abstract class FieldOrMethod extends CPInstruction implements LoadClass
Version: $Id: FieldOrMethod.java 152690 2001-10-29 19:59:54Z jvanzyl $
| Constructor Summary | |
|---|---|
| protected | FieldOrMethod(short opcode, int index) |
| Method Summary | |
|---|---|
| String | getClassName(ConstantPoolGen cpg) |
| ObjectType | getClassType(ConstantPoolGen cpg) |
| ObjectType | getLoadClassType(ConstantPoolGen cpg) |
| String | getName(ConstantPoolGen cpg) |
| String | getSignature(ConstantPoolGen cpg) |
Parameters: index to constant pool
Returns: name of the referenced class/interface
Returns: type of the referenced class/interface
Returns: type of the referenced class/interface
Returns: name of referenced method/field.
Returns: signature of referenced method/field.