|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.ast.Node
org.jruby.ast.CallNode
org.jruby.ast.CallSpecialArgNode
public final class CallSpecialArgNode
A method or operator call.
Field Summary |
---|
Fields inherited from class org.jruby.ast.CallNode |
---|
callAdapter |
Fields inherited from class org.jruby.ast.Node |
---|
EMPTY_COMMENT_LIST, INVALID_POSITION, nodeId |
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, getBlock, getBlock, getIterNode, getName, getReceiverNode, setArgsNode, toString |
Methods inherited from class org.jruby.ast.Node |
---|
addComment, addComments, createList, getComments, getNodeName, getPosition, getPositionIncludingComments, hasComments, isInvisible, setPosition, when |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CallSpecialArgNode(ISourcePosition position, Node receiverNode, java.lang.String name, Node args)
Method Detail |
---|
public Node setIterNode(Node iterNode)
setIterNode
in interface BlockAcceptingNode
setIterNode
in class CallNode
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
interpret
in class CallNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |