public class IGVCFGVisitor extends Object
Constructor and Description |
---|
IGVCFGVisitor(CFG cfg,
PrintStream writer,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
BasicBlock(BasicBlock basicBlock) |
void |
CFG(CFG cfg,
String name) |
int |
Instr(Instr instr) |
protected void |
visitBasicBlocks(CFG cfg) |
protected void |
visitEdges(CFG cfg) |
protected void |
visitInstrs(BasicBlock basicBlock) |
public IGVCFGVisitor(CFG cfg, PrintStream writer, String name)
protected void visitBasicBlocks(CFG cfg)
protected void visitEdges(CFG cfg)
protected void visitInstrs(BasicBlock basicBlock)
public void BasicBlock(BasicBlock basicBlock)
public int Instr(Instr instr)
Copyright © 2001-2017 JRuby. All Rights Reserved.