public class LiteralNode extends Node implements InvisibleNode
containsVariableAssignment, newline
Constructor and Description |
---|
LiteralNode(ISourcePosition position,
RubySymbol name) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
java.util.List<Node> |
childNodes() |
ByteList |
getByteName() |
java.lang.String |
getName() |
NodeType |
getNodeType() |
RubySymbol |
getSymbolName() |
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternal
public LiteralNode(ISourcePosition position, RubySymbol name)
public java.lang.String getName()
public ByteList getByteName()
public RubySymbol getSymbolName()
public <T> T accept(NodeVisitor<T> iVisitor)
public java.util.List<Node> childNodes()
childNodes
in class Node
public NodeType getNodeType()
getNodeType
in class Node
Copyright © 2001-2018 JRuby. All Rights Reserved.