Uses of Class
org.jruby.ast.OrNode

Packages that use OrNode
org.jruby.ast.visitor   
org.jruby.ast.visitor.rewriter   
org.jruby.parser   
 

Uses of OrNode in org.jruby.ast.visitor
 

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

Uses of OrNode in org.jruby.ast.visitor.rewriter
 

Methods in org.jruby.ast.visitor.rewriter with parameters of type OrNode
 Instruction ReWriteVisitor.visitOrNode(OrNode iVisited)
           
 

Uses of OrNode in org.jruby.parser
 

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



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