Class IGVCFGVisitor

java.lang.Object
org.jruby.ir.representations.IGVCFGVisitor

public class IGVCFGVisitor extends Object
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 Details

  • Method Details

    • visitBasicBlocks

      protected void visitBasicBlocks(CFG cfg)
    • visitEdges

      protected void visitEdges(CFG cfg)
    • visitInstrs

      protected void visitInstrs(BasicBlock basicBlock)
    • BasicBlock

      public void BasicBlock(BasicBlock basicBlock)
    • CFG

      public void CFG(CFG cfg, String name)
    • Instr

      public int Instr(Instr instr)