public class InstVarNode extends Node implements INameNode, SideEffectFree
containsVariableAssignment, newline| Constructor and Description |
|---|
InstVarNode(int line,
RubySymbol name) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
java.util.List<Node> |
childNodes() |
RubySymbol |
getName()
Gets the name.
|
NodeType |
getNodeType() |
containsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewlinepublic InstVarNode(int line,
RubySymbol name)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public RubySymbol getName()
public java.util.List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2022 JRuby. All Rights Reserved.