Package org.jruby.ir.representations
Class IGVCFGVisitor
java.lang.Object
org.jruby.ir.representations.IGVCFGVisitor
Not a double visitor but I did not want both instr and dirgra
to have this visitor have an accept added to it. dirgra is
external package and instr I can foresee wanting a different
visitor altogether not accessed via CFG.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
BasicBlock
(BasicBlock basicBlock) void
int
protected void
visitBasicBlocks
(CFG cfg) protected void
visitEdges
(CFG cfg) protected void
visitInstrs
(BasicBlock basicBlock)
-
Constructor Details
-
IGVCFGVisitor
-
-
Method Details
-
visitBasicBlocks
-
visitEdges
-
visitInstrs
-
BasicBlock
-
CFG
-
Instr
-