public class PostExeNode extends IterNode
| Constructor and Description |
|---|
PostExeNode(ISourcePosition position,
Node body) |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(NodeVisitor iVisitor)
Accept for the visitor pattern.
|
NodeType |
getNodeType() |
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
childNodes, getArgumentType, getBlockBody, getBlockVarNode, getBodyNode, getScope, getVarNodeassign, createList, definition, getNodeName, getPosition, setPosition, toStringpublic PostExeNode(ISourcePosition position, Node body)
public NodeType getNodeType()
getNodeType in class IterNodepublic Object accept(NodeVisitor iVisitor)
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
Copyright © 2001-2013 JRuby. All Rights Reserved.