org.jruby.ast
Class CallSpecialArgNode

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

public final class CallSpecialArgNode
extends CallNode

A method or operator call.


Field Summary
 
Fields inherited from class org.jruby.ast.CallNode
callAdapter, iterNode
 
Constructor Summary
CallSpecialArgNode(ISourcePosition position, Node receiverNode, java.lang.String name, Node args)
           
 
Method Summary
 IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
           
 Node setIterNode(Node iterNode)
           
 
Methods inherited from class org.jruby.ast.CallNode
accept, assign, childNodes, definition, getArgsNode, getIterNode, getName, getNodeType, getReceiverNode, setArgsNode
 
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

CallSpecialArgNode

public CallSpecialArgNode(ISourcePosition position,
                          Node receiverNode,
                          java.lang.String name,
                          Node args)
Method Detail

setIterNode

public Node setIterNode(Node iterNode)
Specified by:
setIterNode in interface BlockAcceptingNode
Overrides:
setIterNode in class CallNode

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.