Uses of Class
org.eclipse.jdt.core.dom.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.
Application programming interface for the JDT core manipulation plug-in class.
-
Uses of ASTVisitor in org.eclipse.jdt.core.dom
Modifier and TypeMethodDescriptionfinal void
ASTNode.accept
(ASTVisitor visitor) Accepts the given visitor on a visit of the current node.protected void
ModulePackageAccess.acceptVisitChildren
(boolean visitChildren, ASTVisitor visitor) -
Uses of ASTVisitor in org.eclipse.jdt.core.manipulation
-
Uses of ASTVisitor in org.eclipse.jdt.internal.corext.dom
Modifier and TypeClassDescriptionclass
org.eclipse.jdt.internal.corext.dom.GenericVisitor