Uses of Class
org.jruby.ast.BlockPassNode

Packages that use BlockPassNode
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.ast.visitor.rewriter   
org.jruby.parser   
 

Uses of BlockPassNode in org.jruby.ast.visitor
 

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

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

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

Uses of BlockPassNode in org.jruby.parser
 

Methods in org.jruby.parser with parameters of type BlockPassNode
 Node ParserSupport.arg_blk_pass(Node firstNode, BlockPassNode secondNode)
           
 



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