|
||||||||||
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.FCallNode
org.jruby.ast.FCallManyArgsNode
public class FCallManyArgsNode
Represents a method call with self as an implicit receiver.
Field Summary |
---|
Fields inherited from class org.jruby.ast.FCallNode |
---|
callAdapter, iterNode |
Constructor Summary | |
---|---|
FCallManyArgsNode(ISourcePosition position,
java.lang.String name,
Node argsNode)
|
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, getIterNode, getName, getNodeType, setArgsNode |
Methods inherited from class org.jruby.ast.Node |
---|
assign, createList, getNodeName, getPosition, isInvisible, setPosition, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jruby.ast.types.INameNode |
---|
getName |
Methods inherited from interface org.jruby.ast.IArgumentNode |
---|
getArgsNode, setArgsNode |
Methods inherited from interface org.jruby.ast.BlockAcceptingNode |
---|
getIterNode |
Constructor Detail |
---|
public FCallManyArgsNode(ISourcePosition position, java.lang.String name, Node argsNode)
Method Detail |
---|
public Node setIterNode(Node iterNode)
setIterNode
in interface BlockAcceptingNode
setIterNode
in class FCallNode
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
interpret
in class FCallNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |