Package org.jruby.ir.representations


package org.jruby.ir.representations
  • Class
    Description
     
    Represents the base build of a CFG.
     
    This produces a linear list of BasicBlocks so that the linearized instruction list is in executable form.
    Not a double visitor but I did not want both instr and dirgra to have this visitor have an accept added to it.