public class PreExe19Node extends PreExeNode
containsVariableAssignment, newline| Constructor and Description |
|---|
PreExe19Node(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, getArgsNode, getBodyNode, getScope, getVarNodecontainsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toStringpublic PreExe19Node(ISourcePosition position, StaticScope scope, Node body)
public NodeType getNodeType()
getNodeType in class PreExeNodepublic <T> T accept(NodeVisitor<T> iVisitor)
IterNodeaccept in class PreExeNodeiVisitor - the visitorCopyright © 2001-2015 JRuby. All Rights Reserved.