Package | Description |
---|---|
org.eclipse.jdt.core.dom |
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
|
org.eclipse.jdt.core.manipulation |
Application programming interface for the JDT core manipulation plug-in class.
|
org.eclipse.jdt.internal.corext.dom |
Modifier and Type | Method and Description |
---|---|
void |
ASTNode.accept(ASTVisitor visitor)
Accepts the given visitor on a visit of the current node.
|
protected void |
ModulePackageAccess.acceptVisitChildren(boolean visitChildren,
ASTVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
ImportReferencesCollector |
Modifier and Type | Class and Description |
---|---|
class |
org.eclipse.jdt.internal.corext.dom.GenericVisitor |
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.