org.eclipse.jpt.common.core.utility.jdt
Interface AnnotatedElement.Editor

Enclosing interface:
AnnotatedElement

public static interface AnnotatedElement.Editor

This interface defines a callback that is invoked when the annotated element's compilation unit/AST is in a state to be manipulated.


Method Summary
 void edit(ModifiedDeclaration declaration)
          Edit the specified declaration.
 

Method Detail

edit

void edit(ModifiedDeclaration declaration)
Edit the specified declaration. Any changes made to the declaration will be captured and applied to the annotated element's compilation unit.