public class ASTComment extends SimpleNode
| Constructor and Description |
|---|
ASTComment(ASPParser p,
int id) |
ASTComment(int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addString(String str) |
Object |
jjtAccept(ASPParserVisitor visitor,
Object data)
Accept the visitor.
|
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringprotected String comment
public ASTComment(int id)
public ASTComment(ASPParser p, int id)
public void addString(String str)
public Object jjtAccept(ASPParserVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodeCopyright © 2018. All rights reserved.