Uses of Class
org.jruby.ast.BlockPassNode
Packages that use BlockPassNode
-
Uses of BlockPassNode in org.jruby.ast.visitor
Methods in org.jruby.ast.visitor with parameters of type BlockPassNodeModifier and TypeMethodDescriptionAbstractNodeVisitor.visitBlockPassNode
(BlockPassNode node) NodeVisitor.visitBlockPassNode
(BlockPassNode iVisited) -
Uses of BlockPassNode in org.jruby.parser
Methods in org.jruby.parser with parameters of type BlockPassNodeModifier and TypeMethodDescriptionstatic Node
RubyParserBase.arg_blk_pass
(Node firstNode, BlockPassNode secondNode)