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