|
||||||||||
| 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.CallNoArgNode
public final class CallNoArgNode
A method or operator call.
| Field Summary |
|---|
| Fields inherited from class org.jruby.ast.CallNode |
|---|
callAdapter, iterNode |
| Constructor Summary | |
|---|---|
CallNoArgNode(ISourcePosition position,
Node receiverNode,
Node args,
java.lang.String name)
|
|
CallNoArgNode(ISourcePosition position,
Node receiverNode,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.lang.String |
definition(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
|
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, 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 |
|---|
public CallNoArgNode(ISourcePosition position,
Node receiverNode,
java.lang.String name)
public CallNoArgNode(ISourcePosition position,
Node receiverNode,
Node args,
java.lang.String name)
| Method Detail |
|---|
public IRubyObject interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
interpret in class CallNodepublic Node setIterNode(Node iterNode)
setIterNode in interface BlockAcceptingNodesetIterNode in class CallNode
public java.lang.String definition(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
definition in class CallNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||