public class PostExeNode extends IterNode
Constructor and Description |
---|
PostExeNode(ISourcePosition position,
Node body) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
NodeType |
getNodeType() |
childNodes, getArgumentType, getBodyNode, getScope, getVarNode
createList, createList, createList, createList, findFirstChild, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toString
public PostExeNode(ISourcePosition position, Node body)
public NodeType getNodeType()
getNodeType
in class IterNode
public <T> T accept(NodeVisitor<T> iVisitor)
Copyright © 2001-2015 JRuby. All Rights Reserved.