Package | Description |
---|---|
org.eclipse.jdt.core.refactoring.participants |
Application programming interface to access refactoring participants provided by JDT.
|
Modifier and Type | Method and Description |
---|---|
ChangeMethodSignatureArguments.Parameter[] |
ChangeMethodSignatureArguments.getNewParameters()
Returns the new parameters of this method.
|
Constructor and Description |
---|
ChangeMethodSignatureArguments(String newName,
String newReturnType,
int newVisibility,
ChangeMethodSignatureArguments.Parameter[] newParameters,
ChangeMethodSignatureArguments.ThrownException[] thrownExceptions,
boolean keepOriginal)
Creates new change method signature arguments.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.