Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.ASTVisitor
Packages that use ASTVisitor
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 ASTVisitor in org.aspectj.org.eclipse.jdt.core.dom
Subclasses of ASTVisitor in org.aspectj.org.eclipse.jdt.core.domModifier and TypeClassDescriptionclassclassInternal AST visitor for serializing an AST in a quick and dirty fashion.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type ASTVisitorModifier and TypeMethodDescriptionfinal voidASTNode.accept(ASTVisitor visitor) Accepts the given visitor on a visit of the current node.protected voidModulePackageAccess.acceptVisitChildren(boolean visitChildren, ASTVisitor visitor) -
Uses of ASTVisitor in org.aspectj.org.eclipse.jdt.internal.core
Subclasses of ASTVisitor in org.aspectj.org.eclipse.jdt.internal.coreModifier and TypeClassDescriptionclassProcess an AST to populate a tree of IJavaElement->JavaElementInfo. -
Uses of ASTVisitor in org.aspectj.org.eclipse.jdt.internal.core.dom
Subclasses of ASTVisitor in org.aspectj.org.eclipse.jdt.internal.core.domModifier and TypeClassDescriptionclassInternal AST visitor for serializing an AST in a quick and dirty fashion.class -
Uses of ASTVisitor in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Subclasses of ASTVisitor in org.aspectj.org.eclipse.jdt.internal.core.dom.rewriteModifier and TypeClassDescriptionfinal classInfrastructure to support code modifications.classMethods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite that return ASTVisitorModifier and TypeMethodDescriptionstatic ASTVisitorASTRewriteAnalyzer.getAnalyzerVisitor(char[] content2, LineInformation lineInfo2, String lineDelim, org.eclipse.text.edits.TextEdit result, RewriteEventStore eventStore2, NodeInfoStore nodeStore, List comments, Map options, TargetSourceRangeComputer xsrComputer, RecoveryScannerData recoveryScannerData) ASTRewriteAnalyzer.IASTRewriteAnalyzerFactory.getASTRewriteAnalyzer(char[] content2, LineInformation lineInfo2, String lineDelim, org.eclipse.text.edits.TextEdit result, RewriteEventStore eventStore2, NodeInfoStore nodeStore, List comments, Map options, TargetSourceRangeComputer xsrComputer, RecoveryScannerData recoveryScannerData) -
Uses of ASTVisitor in org.aspectj.org.eclipse.jdt.internal.core.util
Subclasses of ASTVisitor in org.aspectj.org.eclipse.jdt.internal.core.util -
Uses of ASTVisitor in org.aspectj.org.eclipse.jdt.internal.formatter
Subclasses of ASTVisitor in org.aspectj.org.eclipse.jdt.internal.formatterModifier and TypeClassDescriptionclassclassclassImplementation of the "Keep braced code on one line" feature.class -
Uses of ASTVisitor in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Subclasses of ASTVisitor in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap