org.jruby.compiler.ir.compiler_pass
Class LiveVariableAnalysis

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

public class LiveVariableAnalysis
extends java.lang.Object
implements CompilerPass


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

LiveVariableAnalysis

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