public class LiteralNode extends Node implements InvisibleNode
containsVariableAssignment| Constructor and Description |
|---|
LiteralNode(ISourcePosition position,
String name) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
List<Node> |
childNodes() |
String |
getName() |
NodeType |
getNodeType() |
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toStringpublic LiteralNode(ISourcePosition position, String name)
public String getName()
public <T> T accept(NodeVisitor<T> iVisitor)
public List<Node> childNodes()
childNodes in class Nodepublic NodeType getNodeType()
getNodeType in class NodeCopyright © 2001-2015 JRuby. All Rights Reserved.