Package org.eclipse.jdt.core.dom
Interface IDocElement
-
- All Known Implementing Classes:
MemberRef
,MethodRef
,Name
,QualifiedName
,SimpleName
,TagElement
,TextElement
public interface IDocElement
Common marker interface for AST nodes that represent fragments in doc elements. These are node types that can legitimately be included inTagElement.fragments()
.IDocElement:
MemberRef
MethodRef
Name
TagElement
TextElement
- Since:
- 3.11, internal interface since 3.0
- See Also:
TagElement.fragments()
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.