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, toString
public LiteralNode(ISourcePosition position, String name)
public String getName()
public <T> T accept(NodeVisitor<T> iVisitor)
public List<Node> childNodes()
childNodes
in class Node
public NodeType getNodeType()
getNodeType
in class Node
Copyright © 2001-2015 JRuby. All Rights Reserved.