public class SymbolNode extends Node implements ILiteralNode, INameNode
containsVariableAssignment, newline| Constructor and Description | 
|---|
| SymbolNode(ISourcePosition position,
          org.jruby.util.ByteList value) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | accept(NodeVisitor<T> iVisitor) | 
| List<Node> | childNodes() | 
| org.jcodings.Encoding | getEncoding() | 
| String | getName()Gets the name. | 
| NodeType | getNodeType() | 
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toStringpublic SymbolNode(ISourcePosition position, org.jruby.util.ByteList value)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public String getName()
public org.jcodings.Encoding getEncoding()
public List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2015 JRuby. All Rights Reserved.