Skip to content

Commit

Permalink
feat: add EEAs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jan 12, 2025
1 parent 88f92b1 commit 493b07b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class org/eclipse/ltk/core/refactoring/participants/MoveParticipant

getArguments
()Lorg/eclipse/ltk/core/refactoring/participants/MoveArguments;
()Lorg/eclipse/ltk/core/refactoring/participants/MoveArguments;
()L1org/eclipse/ltk/core/refactoring/participants/MoveArguments;
initialize
(Lorg/eclipse/ltk/core/refactoring/participants/RefactoringArguments;)V
(Lorg/eclipse/ltk/core/refactoring/participants/RefactoringArguments;)V
(L1org/eclipse/ltk/core/refactoring/participants/RefactoringArguments;)V
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ class org/eclipse/ltk/core/refactoring/participants/RefactoringParticipant

checkConditions
(Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/ltk/core/refactoring/participants/CheckConditionsContext;)Lorg/eclipse/ltk/core/refactoring/RefactoringStatus;
(Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/ltk/core/refactoring/participants/CheckConditionsContext;)Lorg/eclipse/ltk/core/refactoring/RefactoringStatus;
(L1org/eclipse/core/runtime/IProgressMonitor;L1org/eclipse/ltk/core/refactoring/participants/CheckConditionsContext;)L1org/eclipse/ltk/core/refactoring/RefactoringStatus;
createChange
(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/ltk/core/refactoring/Change;
(Lorg/eclipse/core/runtime/IProgressMonitor;)L1org/eclipse/ltk/core/refactoring/Change;
(L1org/eclipse/core/runtime/IProgressMonitor;)L0org/eclipse/ltk/core/refactoring/Change;
createPreChange
(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/ltk/core/refactoring/Change;
(Lorg/eclipse/core/runtime/IProgressMonitor;)L0org/eclipse/ltk/core/refactoring/Change;
(L1org/eclipse/core/runtime/IProgressMonitor;)L0org/eclipse/ltk/core/refactoring/Change;
getName
()Ljava/lang/String;
()Ljava/lang/String;
()L1java/lang/String;
getProcessor
()Lorg/eclipse/ltk/core/refactoring/participants/RefactoringProcessor;
()Lorg/eclipse/ltk/core/refactoring/participants/RefactoringProcessor;
()L1org/eclipse/ltk/core/refactoring/participants/RefactoringProcessor;
getTextChange
(Ljava/lang/Object;)Lorg/eclipse/ltk/core/refactoring/TextChange;
(Ljava/lang/Object;)Lorg/eclipse/ltk/core/refactoring/TextChange;
(L1java/lang/Object;)L0org/eclipse/ltk/core/refactoring/TextChange;
initialize
(Ljava/lang/Object;)Z
(Ljava/lang/Object;)Z
(L1java/lang/Object;)Z
initialize
(Lorg/eclipse/ltk/core/refactoring/participants/RefactoringArguments;)V
(Lorg/eclipse/ltk/core/refactoring/participants/RefactoringArguments;)V
(L1org/eclipse/ltk/core/refactoring/participants/RefactoringArguments;)V
initialize
(Lorg/eclipse/ltk/core/refactoring/participants/RefactoringProcessor;Ljava/lang/Object;Lorg/eclipse/ltk/core/refactoring/participants/RefactoringArguments;)Z
(Lorg/eclipse/ltk/core/refactoring/participants/RefactoringProcessor;Ljava/lang/Object;Lorg/eclipse/ltk/core/refactoring/participants/RefactoringArguments;)Z
(L1org/eclipse/ltk/core/refactoring/participants/RefactoringProcessor;L1java/lang/Object;L1org/eclipse/ltk/core/refactoring/participants/RefactoringArguments;)Z
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class org/eclipse/ltk/core/refactoring/participants/RenameParticipant

getArguments
()Lorg/eclipse/ltk/core/refactoring/participants/RenameArguments;
()Lorg/eclipse/ltk/core/refactoring/participants/RenameArguments;
()L1org/eclipse/ltk/core/refactoring/participants/RenameArguments;
initialize
(Lorg/eclipse/ltk/core/refactoring/participants/RefactoringArguments;)V
(Lorg/eclipse/ltk/core/refactoring/participants/RefactoringArguments;)V
(L1org/eclipse/ltk/core/refactoring/participants/RefactoringArguments;)V

0 comments on commit 493b07b

Please sign in to comment.