Uses of Class
org.jruby.ast.GlobalVarNode

Packages that use GlobalVarNode
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 GlobalVarNode in org.jruby.ast.visitor
 

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

Uses of GlobalVarNode in org.jruby.evaluator
 

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



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.