Class AbstractTagElement

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.ASTNode
org.aspectj.org.eclipse.jdt.core.dom.AbstractTagElement
All Implemented Interfaces:
IDocElement
Direct Known Subclasses:
JavaDocRegion, TagElement

public abstract class AbstractTagElement extends ASTNode implements IDocElement
AST node for a tag within a doc comment. Tag elements nested within another tag element are called inline doc tags.
 TagElement:
     [ @ Identifier ] { DocElement }
     {tagProperty = tagValue}
 DocElement:
     TextElement
     Name
     MethodRef
     MemberRef
     { TagElement }
 
Since:
3.30
See Also: