org.jruby.compiler.ir.compiler_pass
Class IR_Printer

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

public class IR_Printer
extends java.lang.Object
implements CompilerPass


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

IR_Printer

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