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

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.ASTroute
All Implemented Interfaces:
Node

public class ASTroute
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
ASTroute(AddressListParser p, int id)
           
ASTroute(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

ASTroute

public ASTroute(int id)

ASTroute

public ASTroute(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.