Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.TextElement
Packages that use TextElement
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 TextElement in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return TextElementModifier and TypeMethodDescriptionAST.newTextElement()Creates and returns a new text element node.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type TextElementModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(TextElement node)End of visit the given type-specific AST node.booleanASTMatcher.match(TextElement node, Object other)Returns whether the given node and the other object match.booleanAjNaiveASTFlattener.visit(TextElement node)booleanASTVisitor.visit(TextElement node)Visits the given type-specific AST node. -
Uses of TextElement in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type TextElement -
Uses of TextElement 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 TextElementModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(TextElement node)booleanASTRewriteFlattener.visit(TextElement node) -
Uses of TextElement 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 TextElementModifier and TypeMethodDescriptionvoidHierarchicalASTVisitor.endVisit(TextElement node)booleanHierarchicalASTVisitor.visit(TextElement node)