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, toString
public LiteralNode(Token token)
public String getName()
public Object accept(NodeVisitor iVisitor)
public List<Node> childNodes()
childNodes
in class Node
public NodeType getNodeType()
getNodeType
in class Node
Copyright © 2001-2014 JRuby. All Rights Reserved.