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, toStringInternal
public SymbolNode(ISourcePosition position, RubySymbol value)
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public NodeType getNodeType()
getNodeType
in class Node
public <T> T accept(NodeVisitor<T> iVisitor)
public RubySymbol getName()
public java.util.List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2018 JRuby. All Rights Reserved.