RetType Xxx(A, B, C) String validateXxx(A, B, C) String disableXxx() boolean hideXxx(A, B, C) else hideXxx() Object[] defaultXxx(A, B, C) else defaultXxx() Object[] choicesXxx(A, B, C) else choicesXxx()
2728293031323334
public RenameActionRefactoring( IMethod method, String newMethodName, TextChangeManager textChangeManager) { super(textChangeManager); this.oldActionDescriptor = new ActionDescriptor(method); this.newActionDescriptor = new ActionDescriptor(method, newMethodName); }