jruby/docs BETA
Navigation
org.jruby.ir.representations 4
C BasicBlock
C CFG
C CFGLinearizer
C IGVCFGVisitor
IGVCFGVisitor — members 4
C new(cfg, writer, name)
C basic_block(basic_block)
C cfg(cfg, name)
M instr(instr) int

org.jruby.ir.representations.IGVCFGVisitor

class 4 members

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.

Constructors

new

new ( CFG cfg, PrintStream writer, String name )
Java: <init>(org.jruby.ir.representations.CFG cfg, java.io.PrintStream writer, String name)

Instance Methods

basic_block

basic_block ( BasicBlock basic_block )
Java: BasicBlock(org.jruby.ir.representations.BasicBlock basicBlock)

cfg

cfg ( CFG cfg, String name )
Java: CFG(org.jruby.ir.representations.CFG cfg, String name)

instr

int instr ( Instr instr )
Java: Instr(org.jruby.ir.instructions.Instr instr)