org.jruby.ast
Class FCallNoArgNode

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

public class FCallNoArgNode
extends FCallNode

Author:
enebo

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

FCallNoArgNode

public FCallNoArgNode(ISourcePosition position,
                      java.lang.String name)

FCallNoArgNode

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

interpret

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

setIterNode

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


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