public class List extends SimpleNode
children, id, parent, value| Constructor and Description |
|---|
List(int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accept the visitor.
|
int |
getIndentation() |
boolean |
isOrdered() |
void |
jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's
list of children.
|
void |
setIndentation(int indentation) |
childrenAccept, dump, getDocument, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringpublic int getIndentation()
public void setIndentation(int indentation)
public boolean isOrdered()
public void accept(Visitor visitor)
SimpleNodeaccept in interface Nodeaccept in class SimpleNodepublic void jjtAddChild(Node n, int i)
NodejjtAddChild in interface NodejjtAddChild in class SimpleNodeCopyright © 2009-2013 Tautua. All Rights Reserved.