Uses of Class
org.jruby.ast.NthRefNode

Packages that use NthRefNode
org.jruby.ast.visitor Provide the infrastructure to apply the visitor pattern to the tree of nodes produced by compiling a ruby script. 
org.jruby.evaluator   
 

Uses of NthRefNode in org.jruby.ast.visitor
 

Methods in org.jruby.ast.visitor with parameters of type NthRefNode
 void AbstractVisitor.visitNthRefNode(NthRefNode iVisited)
           
 void DefaultIteratorVisitor.visitNthRefNode(NthRefNode iVisited)
           
 void NodeVisitor.visitNthRefNode(NthRefNode iVisited)
           
 void UselessStatementVisitor.visitNthRefNode(NthRefNode iVisited)
           
 

Uses of NthRefNode in org.jruby.evaluator
 

Methods in org.jruby.evaluator with parameters of type NthRefNode
 void DefinedVisitor.visitNthRefNode(NthRefNode iVisited)
           
 void EvaluateVisitor.visitNthRefNode(NthRefNode iVisited)
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.