org.jruby.compiler.ir.compiler_pass
Class LinearizeCFG

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

public class LinearizeCFG
extends java.lang.Object
implements CompilerPass


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

Constructor Detail

LinearizeCFG

public LinearizeCFG()
Method Detail

isPreOrder

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

run

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


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