public class Comment extends SimpleNode
children, id, parent, value| Constructor and Description |
|---|
Comment(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accept the visitor.
|
String |
getText() |
void |
setText(String text) |
childrenAccept, dump, getDocument, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringpublic String getText()
public void setText(String text)
public void accept(Visitor visitor)
SimpleNodeaccept in interface Nodeaccept in class SimpleNodeCopyright © 2009-2013 Tautua. All Rights Reserved.