public class SymbolNode extends Node implements ILiteralNode, INameNode, SideEffectFree
containsVariableAssignment, newline| Constructor and Description |
|---|
SymbolNode(ISourcePosition position,
RubySymbol value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor) |
java.util.List<Node> |
childNodes() |
boolean |
equals(java.lang.Object other) |
RubySymbol |
getName()
Gets the name.
|
NodeType |
getNodeType() |
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternalpublic SymbolNode(ISourcePosition position, RubySymbol value)
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic 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-2018 JRuby. All Rights Reserved.