|
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.StructuredBlock
net.sf.jode.flow.EmptyBlock
This is the structured block for an empty block.
Constructor Summary | |
EmptyBlock()
|
|
EmptyBlock(Jump jump)
|
Method Summary | |
StructuredBlock |
appendBlock(StructuredBlock block)
Appends a block to this block. |
void |
dumpInstruction(TabbedPrintWriter writer)
Print the instruction expressing this structured block. |
boolean |
isEmpty()
Tells if this block is empty and only changes control flow. |
StructuredBlock |
prependBlock(StructuredBlock block)
Prepends a block to this block. |
Methods inherited from class net.sf.jode.flow.StructuredBlock |
checkConsistent, contains, copyJump, doTransformations, dumpSource, fillInGenSet, flowMayBeChanged, getDeclarables, getNextBlock, getNextBlock, getNextFlowBlock, getNextFlowBlock, getSubBlocks, isSingleExit, jumpMayBeChanged, makeDeclaration, mapStackToLocal, moveJump, needsBraces, propagateUsage, removeBlock, removeJump, removeOnetimeLocals, removePush, replace, replaceSubBlock, setFlowBlock, setJump, setSuccessors, simplify, swapJump, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EmptyBlock()
public EmptyBlock(Jump jump)
Method Detail |
public boolean isEmpty()
isEmpty
in class StructuredBlock
public StructuredBlock appendBlock(StructuredBlock block)
appendBlock
in class StructuredBlock
public StructuredBlock prependBlock(StructuredBlock block)
prependBlock
in class StructuredBlock
public void dumpInstruction(TabbedPrintWriter writer) throws java.io.IOException
StructuredBlock
dumpInstruction
in class StructuredBlock
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 |