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

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

public abstract class BaseNode
extends java.lang.Object
implements Node


Field Summary
 Token firstToken
           
 Token lastToken
           
 
Constructor Summary
BaseNode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.james.mime4j.field.address.parser.Node
jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent
 

Field Detail

firstToken

public Token firstToken

lastToken

public Token lastToken
Constructor Detail

BaseNode

public BaseNode()


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