public class ExportControlFlowDOT extends Object implements ILOCProcessor
| Constructor and Description |
|---|
ExportControlFlowDOT() |
ExportControlFlowDOT(PrintStream output) |
ExportControlFlowDOT(PrintStream output,
boolean showTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(ILOCBasicBlock block) |
void |
process(ILOCProgram program)
Perform analysis and/or modification on the given ILOC program
|
void |
processOperandSet(Set<ILOCOperand> ops,
StringBuffer label) |
public ExportControlFlowDOT()
public ExportControlFlowDOT(PrintStream output)
public ExportControlFlowDOT(PrintStream output, boolean showTypes)
public void process(ILOCProgram program)
ILOCProcessorprocess in interface ILOCProcessorprogram - ILOCProgram to processpublic void processOperandSet(Set<ILOCOperand> ops, StringBuffer label)
public void process(ILOCBasicBlock block)
Copyright © 2019. All rights reserved.