public class PreExe19Node extends PreExeNode
containsVariableAssignment, newline
Constructor and Description |
---|
PreExe19Node(ISourcePosition position,
StaticScope scope,
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, getVarNode
containsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternal
public PreExe19Node(ISourcePosition position, StaticScope scope, Node body, int endLine)
public NodeType getNodeType()
getNodeType
in class PreExeNode
public <T> T accept(NodeVisitor<T> iVisitor)
IterNode
accept
in class PreExeNode
iVisitor
- the visitorCopyright © 2001-2022 JRuby. All Rights Reserved.