|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jode.flow.Jump
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 |
public Jump(FlowBlock dest)
public Jump(Jump jump)
Method Detail |
public void dumpSource(TabbedPrintWriter writer) throws java.io.IOException
writer
- The tabbed print writer, where we print to.
java.io.IOException
|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |