public class LiteralNode extends Node implements InvisibleNode
| Constructor and Description |
|---|
LiteralNode(Token token) |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(NodeVisitor iVisitor)
Accept for the visitor pattern.
|
List<Node> |
childNodes() |
String |
getName() |
NodeType |
getNodeType() |
assign, createList, createList, createList, createList, definition, getNodeName, getPosition, interpret, isNil, setPosition, toStringpublic LiteralNode(Token token)
public String getName()
public Object accept(NodeVisitor iVisitor)
public List<Node> childNodes()
childNodes in class Nodepublic NodeType getNodeType()
getNodeType in class NodeCopyright © 2001-2016 JRuby. All Rights Reserved.