Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.TagElement
Packages that use TagElement
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of TagElement in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return TagElementModifier and TypeMethodDescriptionAST.newTagElement()Creates and returns a new tag element node.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type TagElementModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(TagElement node)End of visit the given type-specific AST node.booleanASTMatcher.match(TagElement node, Object other)Returns whether the given node and the other object match.protected voidAjASTConverter.recordNodes(Javadoc javadoc, TagElement tagElement)protected voidASTConverter.recordNodes(Javadoc javadoc, TagElement tagElement)booleanAjNaiveASTFlattener.visit(TagElement node)booleanASTVisitor.visit(TagElement node)Visits the given type-specific AST node. -
Uses of TagElement in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type TagElement -
Uses of TagElement in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type TagElementModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(TagElement node)booleanASTRewriteFlattener.visit(TagElement node) -
Uses of TagElement in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer with parameters of type TagElementModifier and TypeMethodDescriptionvoidHierarchicalASTVisitor.endVisit(TagElement node)booleanHierarchicalASTVisitor.visit(TagElement node) -
Uses of TagElement in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type TagElementModifier and TypeMethodDescriptionvoidCommentsPreparator.endVisit(TagElement node)booleanCommentsPreparator.visit(TagElement node)