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.ThrownException[] |
ChangeMethodSignatureArguments.getThrownExceptions()
Returns the new thrown exceptions 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.