org.jruby.compiler.ir.compiler_pass
Interface CompilerPass

All Known Implementing Classes:
CFG_Builder, DeadCodeElimination, IR_Printer, LocalOptimizationPass

public interface CompilerPass


Method Summary
 boolean isPreOrder()
           
 void run(IR_Scope s)
           
 

Method Detail

isPreOrder

boolean isPreOrder()

run

void run(IR_Scope s)


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