|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InstructionHandle | |
| org.multijava.util.classfile | Provides an editor for classfiles used by MultiJava and the Java Modeling Language. |
| Uses of InstructionHandle in org.multijava.util.classfile |
| Fields in org.multijava.util.classfile declared as InstructionHandle | |
private InstructionHandle |
CodeEnv.methodStart
|
private InstructionHandle |
InstructionHandle.next
|
private InstructionHandle[] |
HandleCreator.handles
|
| Methods in org.multijava.util.classfile that return InstructionHandle | |
InstructionHandle |
InstructionHandle.getNext()
Returns the handle of the next instruction in textual order. |
| Methods in org.multijava.util.classfile with parameters of type InstructionHandle | |
(package private) void |
CodeEnv.checkExecutionPath(InstructionHandle handle,
int curStack)
Verifies execution path(s) starting at specified instruction. |
| Constructors in org.multijava.util.classfile with parameters of type InstructionHandle | |
InstructionHandle(Instruction insn,
InstructionHandle prev)
Creates a new instruction handle. |
|
HandleCreator(Instruction[] insns,
InstructionHandle[] handles)
Creates a new HandleCreator object |
|
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||