net.sf.jode.flow
Class Jump

java.lang.Object
  extended by net.sf.jode.flow.Jump

public class Jump
extends Object

This class represents an unconditional jump.


Constructor Summary
Jump(FlowBlock dest)
           
Jump(Jump jump)
           
 
Method Summary
 void dumpSource(TabbedPrintWriter writer)
          Print the source code for this structured block.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jump

public Jump(FlowBlock dest)

Jump

public Jump(Jump jump)
Method Detail

dumpSource

public void dumpSource(TabbedPrintWriter writer)
                throws IOException
Print the source code for this structured block. This handles everything that is unique for all structured blocks and calls dumpInstruction afterwards.

Parameters:
writer - The tabbed print writer, where we print to.
Throws:
IOException