public class ASTphrase extends SimpleNode
children, id, parent, parser, valuefirstToken, lastToken| Constructor and Description |
|---|
ASTphrase(AddressListParser p,
int id) |
ASTphrase(int id) |
| Modifier and Type | Method and Description |
|---|---|
Object |
jjtAccept(AddressListParserVisitor visitor,
Object data)
Accept the visitor.
|
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringpublic ASTphrase(int id)
public ASTphrase(AddressListParser p, int id)
public Object jjtAccept(AddressListParserVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodeCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.