Jode 1.90-CVS
Build Aug 6, 2004

Uses of Class
net.sf.jode.flow.Jump

Packages that use Jump
net.sf.jode.flow   
 

Uses of Jump in net.sf.jode.flow
 

Methods in net.sf.jode.flow that return Jump
 Jump FlowBlock.resolveSomeJumps(Jump jumps, FlowBlock succ)
          This method resolves some of the jumps to successor.
 Jump FlowBlock.getJumps(FlowBlock dest)
           
 Jump FlowBlock.removeJumps(FlowBlock dest)
           
 

Methods in net.sf.jode.flow with parameters of type Jump
 void JsrBlock.setSuccessors(Jump[] jumps)
          Sets the successors of this structured block.
 Jump FlowBlock.resolveSomeJumps(Jump jumps, FlowBlock succ)
          This method resolves some of the jumps to successor.
 void FlowBlock.removeSuccessor(Jump jump)
           
 void ConditionalBlock.setSuccessors(Jump[] jumps)
          Sets the successors of this structured block.
 void SwitchBlock.setSuccessors(Jump[] jumps)
          Sets the successors of this structured block.
 void StructuredBlock.setSuccessors(Jump[] jumps)
          Sets the successors of this structured block.
 void StructuredBlock.setJump(Jump jump)
           
 void StructuredBlock.moveJump(Jump jump)
          This function moves the jump to this block.
 void StructuredBlock.copyJump(Jump jump)
          This function copies the jump to this block.
 

Constructors in net.sf.jode.flow with parameters of type Jump
Jump(Jump jump)
           
EmptyBlock(Jump jump)
           
 


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.