Interface IDOMMember

All Superinterfaces:
Cloneable, IDOMNode
All Known Subinterfaces:
IDOMField, IDOMInitializer, IDOMMethod, IDOMType

public interface IDOMMember extends IDOMNode
Deprecated.
The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
An IDOMMember defines functionality common to nodes, which can be members of types.
See Also: