org.jruby.compiler.ir.compiler_pass
Class CallSplitter

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

public class CallSplitter
extends java.lang.Object
implements CompilerPass


Constructor Summary
CallSplitter()
           
 
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

CallSplitter

public CallSplitter()
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.