|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MethodRefConstant | |
| org.multijava.dis | |
| org.multijava.util.classfile | Provides an editor for classfiles used by MultiJava and the Java Modeling Language. |
| Uses of MethodRefConstant in org.multijava.dis |
| Methods in org.multijava.dis with parameters of type MethodRefConstant | |
private void |
InstructionHandle.printMethodRef(IndentingWriter out,
MethodRefConstant ref)
|
| Uses of MethodRefConstant in org.multijava.util.classfile |
| Fields in org.multijava.util.classfile declared as MethodRefConstant | |
private MethodRefConstant |
MethodRefInstruction.method
|
| Methods in org.multijava.util.classfile that return MethodRefConstant | |
MethodRefConstant |
MethodRefInstruction.getMethodRefConstant()
Returns the method reference constant used by this instruction |
| Constructors in org.multijava.util.classfile with parameters of type MethodRefConstant | |
MethodRefInstruction(int opcode,
MethodRefConstant method)
Constructs a new method reference instruction from a class file |
|
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||