Uses of Class
at.dms.classfile.JumpInstruction

Packages that use JumpInstruction
at.dms.backend   
at.dms.optimize   
 

Uses of JumpInstruction in at.dms.backend
 

Methods in at.dms.backend that return JumpInstruction
 JumpInstruction InstructionHandle.getJump()
          Returns the instruction as a Jump instruction.
 

Methods in at.dms.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 at.dms.optimize
 

Methods in at.dms.optimize that return JumpInstruction
 JumpInstruction InstructionHandle.getJump()
          Returns the instruction as a Jump instruction.