mjc

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

Packages that use JumpInstruction
org.multijava.dis   
org.multijava.util.backend Provides an optimizer for methods for the compilers in MultiJava and the Java Modeling Language
org.multijava.util.optimize Provides an optimizer for classfiles used by MultiJava and the Java Modeling Language
 

Uses of JumpInstruction in org.multijava.dis
 

Methods in org.multijava.dis with parameters of type JumpInstruction
private  void InstructionHandle.writeJumpInstruction(IndentingWriter out, JumpInstruction insn)
          Prints a JumpInstruction.
 

Uses of JumpInstruction in org.multijava.util.backend
 

Methods in org.multijava.util.backend that return JumpInstruction
 JumpInstruction InstructionHandle.getJump()
          Returns the instruction as a Jump instruction
 

Methods in org.multijava.util.backend with parameters of type JumpInstruction
 void CodeSequence.plantBasicBlock(BasicBlock block, JumpInstruction jump, QQuadruple[] transition)
          Adds a basic block at the end of the sequence
 

Uses of JumpInstruction in org.multijava.util.optimize
 

Methods in org.multijava.util.optimize that return JumpInstruction
 JumpInstruction InstructionHandle.getJump()
          Returns the instruction as a Jump instruction
 


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.