|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ModifiedDeclaration | |
|---|---|
| org.eclipse.jpt.common.core.utility.jdt | |
| Uses of ModifiedDeclaration in org.eclipse.jpt.common.core.utility.jdt |
|---|
| Methods in org.eclipse.jpt.common.core.utility.jdt that return ModifiedDeclaration | |
|---|---|
ModifiedDeclaration |
AnnotatedElement.getModifiedDeclaration()
Return the annotated element's "modified" declaration from a newly-generated AST. |
ModifiedDeclaration |
AnnotatedElement.getModifiedDeclaration(CompilationUnit astRoot)
Return the annotated element's "modified" declaration from the specified AST. |
| Methods in org.eclipse.jpt.common.core.utility.jdt with parameters of type ModifiedDeclaration | |
|---|---|
void |
AnnotatedElement.Editor.edit(ModifiedDeclaration declaration)
Edit the specified declaration. |
Annotation |
DeclarationAnnotationAdapter.getAnnotation(ModifiedDeclaration declaration)
Given the specified declaration, return the annotation. |
ASTNode |
DeclarationAnnotationAdapter.getAstNode(ModifiedDeclaration declaration)
Given the specified declaration, return the AST node corresponding to the annotation. |
ASTNode |
DeclarationAnnotationElementAdapter.getAstNode(ModifiedDeclaration declaration)
Given the specified declaration, return the AST node corresponding to the element's value. |
Expression |
DeclarationAnnotationElementAdapter.getExpression(ModifiedDeclaration declaration)
Given the specified declaration, return the element's value expression. |
T |
DeclarationAnnotationElementAdapter.getValue(ModifiedDeclaration declaration)
Given the specified declaration, return the value of the annotation element. |
void |
IndexedDeclarationAnnotationAdapter.moveAnnotation(int newIndex,
ModifiedDeclaration declaration)
Move the annotation to the specified index, leaving its original position cleared out. |
MarkerAnnotation |
DeclarationAnnotationAdapter.newMarkerAnnotation(ModifiedDeclaration declaration)
Given the specified declaration, modify it with a new marker annotation, replacing the original annotation if present. |
NormalAnnotation |
DeclarationAnnotationAdapter.newNormalAnnotation(ModifiedDeclaration declaration)
Given the specified declaration, modify it with a new normal annotation, replacing the original annotation if present. |
SingleMemberAnnotation |
DeclarationAnnotationAdapter.newSingleMemberAnnotation(ModifiedDeclaration declaration)
Given the specified declaration, modify it with a new single member annotation, replacing the original annotation if present. |
void |
DeclarationAnnotationAdapter.removeAnnotation(ModifiedDeclaration declaration)
Remove the annotation from the specified declaration. |
void |
DeclarationAnnotationElementAdapter.setValue(T value,
ModifiedDeclaration declaration)
Given the specified declaration, set the value of the annotation element. |
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||