org.apache.james.mime4j.field.address.parser
Class ASTdomain

java.lang.Object
  extended by org.apache.james.mime4j.field.address.parser.BaseNode
      extended by org.apache.james.mime4j.field.address.parser.SimpleNode
          extended by org.apache.james.mime4j.field.address.parser.ASTdomain
All Implemented Interfaces:
Node

public class ASTdomain
extends SimpleNode


Field Summary
 
Fields inherited from class org.apache.james.mime4j.field.address.parser.SimpleNode
children, id, parent, parser
 
Fields inherited from class org.apache.james.mime4j.field.address.parser.BaseNode
firstToken, lastToken
 
Constructor Summary
ASTdomain(AddressListParser p, int id)
           
ASTdomain(int id)
           
 
Method Summary
 java.lang.Object jjtAccept(AddressListParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class org.apache.james.mime4j.field.address.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTdomain

public ASTdomain(int id)

ASTdomain

public ASTdomain(AddressListParser p,
                 int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(AddressListParserVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.