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