|
||||||||||
| 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.CallTwoArgBlockNode
public final class CallTwoArgBlockNode
A method or operator call.
| Field Summary |
|---|
| Fields inherited from class org.jruby.ast.CallNode |
|---|
callAdapter, iterNode |
| Constructor Summary | |
|---|---|
CallTwoArgBlockNode(ISourcePosition position,
Node receiverNode,
java.lang.String name,
ArrayNode args,
IterNode iter)
|
|
| Method Summary | |
|---|---|
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
|
| Methods inherited from class org.jruby.ast.CallNode |
|---|
accept, assign, childNodes, definition, getArgsNode, getIterNode, getName, getNodeType, getReceiverNode, setArgsNode, setIterNode |
| 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 CallTwoArgBlockNode(ISourcePosition position,
Node receiverNode,
java.lang.String name,
ArrayNode args,
IterNode iter)
| Method Detail |
|---|
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 | |||||||||