net.sf.jode.flow
Class Jump
java.lang.Object
net.sf.jode.flow.Jump
public class Jump
- extends Object
This class represents an unconditional jump.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jump
public Jump(FlowBlock dest)
Jump
public Jump(Jump jump)
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