org.jruby.ast
Class CallTwoArgBlockNode

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

public final class CallTwoArgBlockNode
extends CallNode

A method or operator call.


Field Summary
 
Fields inherited from class org.jruby.ast.CallNode
callAdapter, iterNode
 
Fields inherited from class org.jruby.ast.Node
ASSIGNMENT_BYTELIST, CLASS_VARIABLE_BYTELIST, CONSTANT_BYTELIST, EXPRESSION_BYTELIST, FALSE_BYTELIST, GLOBAL_VARIABLE_BYTELIST, INSTANCE_VARIABLE_BYTELIST, LOCAL_VARIABLE_BYTELIST, LOCAL_VARIABLE_IN_BLOCK_BYTELIST, METHOD_BYTELIST, NIL_BYTELIST, SELF_BYTELIST, SUPER_BYTELIST, TRUE_BYTELIST, YIELD_BYTELIST
 
Constructor Summary
CallTwoArgBlockNode(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, getIterNode, getName, getNodeType, getReceiverNode, setArgsNode, setIterNode
 
Methods inherited from class org.jruby.ast.Node
createList, getNodeName, getPosition, isInvisible, setPosition, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallTwoArgBlockNode

public CallTwoArgBlockNode(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-2009 JRuby Team. All Rights Reserved.