Class BaseNode
- java.lang.Object
-
- org.apache.james.mime4j.field.address.BaseNode
-
- All Implemented Interfaces:
Node
- Direct Known Subclasses:
SimpleNode
public abstract class BaseNode extends Object implements Node
-
-
Field Summary
Fields Modifier and Type Field Description Token
firstToken
Token
lastToken
-
Constructor Summary
Constructors Constructor Description 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.Node
getId, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent
-
-