org.jruby.ast.visitor.rewriter.utils
Class LocalVariables

java.lang.Object
  extended byorg.jruby.ast.visitor.rewriter.utils.LocalVariables

public class LocalVariables
extends java.lang.Object


Constructor Summary
LocalVariables()
           
 
Method Summary
 void addLocalVariable(int count, java.lang.String name)
           
 void addLocalVariable(StaticScope scope)
           
 java.lang.String getLocalVariable(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalVariables

public LocalVariables()
Method Detail

addLocalVariable

public void addLocalVariable(int count,
                             java.lang.String name)

addLocalVariable

public void addLocalVariable(StaticScope scope)

getLocalVariable

public java.lang.String getLocalVariable(int index)


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