org.jruby.compiler.ir.compiler_pass
Class CFG_Builder

java.lang.Object
  extended by org.jruby.compiler.ir.compiler_pass.CFG_Builder
All Implemented Interfaces:
CompilerPass

public class CFG_Builder
extends java.lang.Object
implements CompilerPass


Constructor Summary
CFG_Builder()
           
 
Method Summary
 boolean isPreOrder()
           
 void run(IR_Scope s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFG_Builder

public CFG_Builder()
Method Detail

isPreOrder

public boolean isPreOrder()
Specified by:
isPreOrder in interface CompilerPass

run

public void run(IR_Scope s)
Specified by:
run in interface CompilerPass


Copyright © 2002-2009 JRuby Team. All Rights Reserved.