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