public class PostExeNode extends IterNode
containsVariableAssignment, newline| Constructor and Description |
|---|
PostExeNode(ISourcePosition position,
Node body,
int endLine) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
NodeType |
getNodeType() |
childNodes, getArgsNode, getBodyNode, getEndLine, getScope, getVarNodecontainsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternalpublic PostExeNode(ISourcePosition position, Node body, int endLine)
public NodeType getNodeType()
getNodeType in class IterNodepublic <T> T accept(NodeVisitor<T> iVisitor)
Copyright © 2001-2019 JRuby. All Rights Reserved.