org.jruby.ast
Class FCallSpecialArgBlockNode

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

public class FCallSpecialArgBlockNode
extends FCallNode

For SplatNode and ArgsCatNode calls.


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

FCallSpecialArgBlockNode

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

interpret

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


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