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

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

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

Methods in org.eclipse.jdt.core.dom that return TextElement
 TextElement AST.newTextElement()
          Creates and returns a new text element node.
 

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

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

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

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

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