Eclipse JDT
Release 3.7

Uses of Class
org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments.ThrownException

Packages that use ChangeMethodSignatureArguments.ThrownException
org.eclipse.jdt.core.refactoring.participants Application programming interface to access refactoring participants provided by JDT. 
 

Uses of ChangeMethodSignatureArguments.ThrownException in org.eclipse.jdt.core.refactoring.participants
 

Methods in org.eclipse.jdt.core.refactoring.participants that return ChangeMethodSignatureArguments.ThrownException
 ChangeMethodSignatureArguments.ThrownException[] ChangeMethodSignatureArguments.getThrownExceptions()
          Returns the new thrown exceptions of this method.
 

Constructors in org.eclipse.jdt.core.refactoring.participants with parameters of type ChangeMethodSignatureArguments.ThrownException
ChangeMethodSignatureArguments(String newName, String newReturnType, int newVisibility, ChangeMethodSignatureArguments.Parameter[] newParameters, ChangeMethodSignatureArguments.ThrownException[] thrownExceptions, boolean keepOriginal)
          Creates new change method signature arguments.
 


Eclipse JDT
Release 3.7

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.