public class PreExe19Node extends PreExeNode
containsVariableAssignment
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, getArgumentType, getBodyNode, getScope, getVarNode
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toString
public PreExe19Node(ISourcePosition position, StaticScope scope, Node body)
public NodeType getNodeType()
getNodeType
in class PreExeNode
public <T> T accept(NodeVisitor<T> iVisitor)
IterNode
accept
in class PreExeNode
iVisitor
- the visitorCopyright © 2001-2015 JRuby. All Rights Reserved.