Uses of Class
org.jruby.ast.CallNode

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

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

Uses of CallNode in org.jruby.evaluator
 

Methods in org.jruby.evaluator with parameters of type CallNode
 void AssignmentVisitor.visitCallNode(CallNode iVisited)
           
 void DefinedVisitor.visitCallNode(CallNode iVisited)
           
 void EvaluateVisitor.visitCallNode(CallNode iVisited)
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.