Uses of Class
org.eclipse.jdt.core.dom.TagElement

Packages that use TagElement
org.eclipse.jdt.core.dom   
org.eclipse.jdt.internal.core.dom   
org.eclipse.jdt.internal.core.dom.rewrite   
 

Uses of TagElement in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return TagElement
 TagElement AST.newTagElement()
          Creates and returns a new tag element node.
 

Methods in org.eclipse.jdt.core.dom with parameters of type TagElement
 void ASTVisitor.endVisit(TagElement node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(TagElement node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(TagElement node)
          Visits the given type-specific AST node.
 

Uses of TagElement in org.eclipse.jdt.internal.core.dom
 

Methods in org.eclipse.jdt.internal.core.dom with parameters of type TagElement
 boolean NaiveASTFlattener.visit(TagElement node)
           
 

Uses of TagElement in org.eclipse.jdt.internal.core.dom.rewrite
 

Methods in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type TagElement
 boolean ASTRewriteAnalyzer.visit(TagElement node)
           
 boolean ASTRewriteFlattener.visit(TagElement node)