Uses of Class
org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments.Parameter
Package
Description
Application programming interface to access refactoring participants provided by JDT.
-
Uses of ChangeMethodSignatureArguments.Parameter in org.eclipse.jdt.core.refactoring.participants
Modifier and TypeMethodDescriptionChangeMethodSignatureArguments.getNewParameters()
Returns the new parameters of this method.ModifierConstructorDescriptionChangeMethodSignatureArguments
(String newName, String newReturnType, int newVisibility, ChangeMethodSignatureArguments.Parameter[] newParameters, ChangeMethodSignatureArguments.ThrownException[] thrownExceptions, boolean keepOriginal) Creates new change method signature arguments.