org.jruby.ast
Class CallThreeArgBlockNode

java.lang.Object
  extended by org.jruby.ast.Node
      extended by org.jruby.ast.CallNode
          extended by org.jruby.ast.CallThreeArgBlockNode
All Implemented Interfaces:
BlockAcceptingNode, IArgumentNode, INameNode, ISourcePositionHolder

public final class CallThreeArgBlockNode
extends CallNode

A method or operator call.


Field Summary
 
Fields inherited from class org.jruby.ast.CallNode
callAdapter
 
Fields inherited from class org.jruby.ast.Node
EMPTY_COMMENT_LIST, INVALID_POSITION, nodeId
 
Constructor Summary
CallThreeArgBlockNode(ISourcePosition position, Node receiverNode, java.lang.String name, ArrayNode args, IterNode iter)
           
 
Method Summary
 IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
           
 
Methods inherited from class org.jruby.ast.CallNode
accept, assign, childNodes, definition, getArgsNode, getBlock, getBlock, getIterNode, getName, getReceiverNode, setArgsNode, setIterNode, toString
 
Methods inherited from class org.jruby.ast.Node
addComment, addComments, createList, getComments, getNodeName, getPosition, getPositionIncludingComments, hasComments, isInvisible, setPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallThreeArgBlockNode

public CallThreeArgBlockNode(ISourcePosition position,
                             Node receiverNode,
                             java.lang.String name,
                             ArrayNode args,
                             IterNode iter)
Method Detail

interpret

public IRubyObject interpret(Ruby runtime,
                             ThreadContext context,
                             IRubyObject self,
                             Block aBlock)
Overrides:
interpret in class CallNode


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