|
||||||||||
| 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.FCallNoArgBlockNode
public class FCallNoArgBlockNode
| Field Summary |
|---|
| Fields inherited from class org.jruby.ast.FCallNode |
|---|
callAdapter |
| Fields inherited from class org.jruby.ast.Node |
|---|
EMPTY_COMMENT_LIST, INVALID_POSITION, nodeId |
| Constructor Summary | |
|---|---|
FCallNoArgBlockNode(ISourcePosition position,
java.lang.String name,
IterNode iter)
|
|
FCallNoArgBlockNode(ISourcePosition position,
java.lang.String name,
Node 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, getBlock, getBlock, getIterNode, getName, setArgsNode, setIterNode, toString |
| Methods inherited from class org.jruby.ast.Node |
|---|
addComment, addComments, assign, createList, getComments, getNodeName, getPosition, getPositionIncludingComments, hasComments, isInvisible, setPosition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FCallNoArgBlockNode(ISourcePosition position,
java.lang.String name,
IterNode iter)
public FCallNoArgBlockNode(ISourcePosition position,
java.lang.String name,
Node 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 | |||||||||