| Class | Description |
|---|---|
| ASTFacadeHelper | |
| ASTFacadeHelper.ASTRewriteWithRemove | Deprecated
Just use ASTRewrite directly.
|
| ASTJAbstractType<T extends AbstractTypeDeclaration> | |
| ASTJAnnotation |
Wraps
Annotation object. |
| ASTJAnnotationType |
Wraps
AnnotationTypeDeclaration object. |
| ASTJAnnotationTypeMember | |
| ASTJCompilationUnit |
Wraps
CompilationUnit object. |
| ASTJEnum | |
| ASTJEnumConstant | |
| ASTJField |
Represents a single variable in a field declaration.
|
| ASTJImport |
Wraps
ImportDeclaration object. |
| ASTJInitializer |
Wraps
Initializer object. |
| ASTJMember<T extends BodyDeclaration> |
Each
ASTJMember has a reference to BodyDeclaration as a wrapped object. |
| ASTJMethod |
Wraps
MethodDeclaration object. |
| ASTJNode<T extends ASTNode> |
Each subclass of
ASTJNode wraps subclass of ASTNode. |
| ASTJPackage |
Wraps
PackageDeclaration object. |
| ASTJType |
Wraps
TypeDeclaration object. |
| ASTNodeConverter | |
| CommentAwareSourceRangeComputer |
Class that computes the ranges for the nodes for use by
ASTRewrite. |
Copyright © 2021. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature