org.jruby.compiler.ir.compiler_pass
Class InlineTest

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

public class InlineTest
extends java.lang.Object
implements CompilerPass


Field Summary
 java.lang.String methodToInline
           
 
Constructor Summary
InlineTest(java.lang.String m)
           
 
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
 

Field Detail

methodToInline

public final java.lang.String methodToInline
Constructor Detail

InlineTest

public InlineTest(java.lang.String m)
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.