Class ASTgroup_body
java.lang.Object
org.apache.james.mime4j.field.address.BaseNode
org.apache.james.mime4j.field.address.SimpleNode
org.apache.james.mime4j.field.address.ASTgroup_body
- All Implemented Interfaces:
Node
-
Field Summary
Fields inherited from class BaseNode
firstToken, lastToken -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjjtAccept(AddressListParserVisitor visitor, Object data) Accept the visitor.Methods inherited from class SimpleNode
childrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
-
Constructor Details
-
ASTgroup_body
public ASTgroup_body(int id) -
ASTgroup_body
-
-
Method Details
-
jjtAccept
Accept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode
-