org.eclipse.jpt.core.utility.jdt
Interface Member.Editor

Enclosing interface:
Member

public static interface Member.Editor

This interface defines a callback that is invoked when the member'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 member's compilation unit.