org.jruby.ast
Class CallNoArgNode
java.lang.Object
org.jruby.ast.Node
org.jruby.ast.CallNode
org.jruby.ast.CallNoArgNode
- All Implemented Interfaces:
- BlockAcceptingNode, IArgumentNode, INameNode, ISourcePositionHolder
public final class CallNoArgNode
- extends CallNode
A method or operator call.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CallNoArgNode
public CallNoArgNode(ISourcePosition position,
Node receiverNode,
java.lang.String name)
CallNoArgNode
public CallNoArgNode(ISourcePosition position,
Node receiverNode,
Node args,
java.lang.String name)
interpret
public IRubyObject interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
- Overrides:
interpret
in class CallNode
setIterNode
public Node setIterNode(Node iterNode)
- Specified by:
setIterNode
in interface BlockAcceptingNode
- Overrides:
setIterNode
in class CallNode
definition
public java.lang.String definition(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
- Overrides:
definition
in class CallNode
Copyright © 2002-2007 JRuby Team. All Rights Reserved.