Uses of Class
org.jruby.ast.OrNode

Packages that use OrNode
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   
org.jruby.parser   
 

Uses of OrNode in org.jruby.ast.visitor
 

Methods in org.jruby.ast.visitor with parameters of type OrNode
 void AbstractVisitor.visitOrNode(OrNode iVisited)
           
 void DefaultIteratorVisitor.visitOrNode(OrNode iVisited)
           
 void NodeVisitor.visitOrNode(OrNode iVisited)
           
 

Uses of OrNode in org.jruby.evaluator
 

Methods in org.jruby.evaluator with parameters of type OrNode
 void EvaluateVisitor.visitOrNode(OrNode iVisited)
           
 

Uses of OrNode in org.jruby.parser
 

Methods in org.jruby.parser that return OrNode
 OrNode ParserSupport.newOrNode(INode left, INode right)
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.