mjc

Uses of Class
org.multijava.util.classfile.InstructionHandle

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

mjc is Copyright (C) 2000-2004 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.