Package org.eclipse.jdt.core.dom
Interface IDocElement
-
- All Known Implementing Classes:
MemberRef,MethodRef,Name,QualifiedName,SimpleName,TagElement,TextElement
public interface IDocElementCommon marker interface for AST nodes that represent fragments in doc elements. These are node types that can legitimately be included inTagElement.fragments().IDocElement:
MemberRefMethodRefNameTagElementTextElement- 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.