Jode 1.90-CVS
Build Aug 6, 2004

net.sf.jode.flow
Class Jump

java.lang.Object
  extended bynet.sf.jode.flow.Jump

public class Jump
extends java.lang.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 java.io.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:
java.io.IOException

Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.