|
||||||||||
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.FCallOneArgBlockNode
public class FCallOneArgBlockNode
Field Summary |
---|
Fields inherited from class org.jruby.ast.FCallNode |
---|
callAdapter, iterNode |
Constructor Summary | |
---|---|
FCallOneArgBlockNode(ISourcePosition position,
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.FCallNode |
---|
accept, childNodes, definition, getArgsNode, getIterNode, getName, getNodeType, setArgsNode, setIterNode |
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 |
Constructor Detail |
---|
public FCallOneArgBlockNode(ISourcePosition position, java.lang.String name, ArrayNode args, IterNode iter)
Method Detail |
---|
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 |