edu.umd.cs.findbugs.ba
public class CFGPrinter extends Object
See Also: CFG CFGBuilder
Constructor Summary | |
---|---|
CFGPrinter(CFG cfg) |
Method Summary | |
---|---|
String | blockAnnotate(BasicBlock block) |
String | blockStartAnnotate(BasicBlock block) |
String | edgeAnnotate(Edge edge) |
String | instructionAnnotate(InstructionHandle handle, BasicBlock bb) |
protected Iterator<InstructionHandle> | instructionIterator(BasicBlock bb) |
boolean | isForwards() |
static void | main(String[] argv) |
void | print(PrintStream out) |
void | setIsForwards(boolean isForwards) |
Returns: Returns the isForwards.