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, getVarNode
assign, createList, createList, createList, createList, definition, getNodeName, getPosition, isNil, setPosition, toString
public PostExeNode(ISourcePosition position, Node body)
public NodeType getNodeType()
getNodeType
in class IterNode
public Object accept(NodeVisitor iVisitor)
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
Copyright © 2001-2016 JRuby. All Rights Reserved.