Uses of Interface
org.eclipse.jpt.core.utility.jdt.ModifiedDeclaration

Packages that use ModifiedDeclaration
org.eclipse.jpt.core.utility.jdt   
 

Uses of ModifiedDeclaration in org.eclipse.jpt.core.utility.jdt
 

Methods in org.eclipse.jpt.core.utility.jdt that return ModifiedDeclaration
 ModifiedDeclaration Member.getModifiedDeclaration()
          Return the member's "modified" declaration from a newly-generated AST.
 ModifiedDeclaration Member.getModifiedDeclaration(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the member's "modified" declaration from the specified AST.
 

Methods in org.eclipse.jpt.core.utility.jdt with parameters of type ModifiedDeclaration
 void Member.Editor.edit(ModifiedDeclaration declaration)
          Edit the specified declaration.
 org.eclipse.jdt.core.dom.Annotation DeclarationAnnotationAdapter.getAnnotation(ModifiedDeclaration declaration)
          Given the specified declaration, return the annotation.
 org.eclipse.jdt.core.dom.ASTNode DeclarationAnnotationAdapter.getAstNode(ModifiedDeclaration declaration)
          Given the specified declaration, return the AST node corresponding to the annotation.
 org.eclipse.jdt.core.dom.ASTNode DeclarationAnnotationElementAdapter.getAstNode(ModifiedDeclaration declaration)
          Given the specified declaration, return the AST node corresponding to the element's value.
 org.eclipse.jdt.core.dom.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.
 org.eclipse.jdt.core.dom.MarkerAnnotation DeclarationAnnotationAdapter.newMarkerAnnotation(ModifiedDeclaration declaration)
          Given the specified declaration, modify it with a new marker annotation, replacing the original annotation if present.
 org.eclipse.jdt.core.dom.NormalAnnotation DeclarationAnnotationAdapter.newNormalAnnotation(ModifiedDeclaration declaration)
          Given the specified declaration, modify it with a new normal annotation, replacing the original annotation if present.
 org.eclipse.jdt.core.dom.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.