org.jruby.compiler.ir.compiler_pass
Class AddBindingInstructions

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

public class AddBindingInstructions
extends java.lang.Object
implements CompilerPass


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

AddBindingInstructions

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