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