Eclipse JDT
Release 3.5

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

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

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

Methods in org.eclipse.jdt.core.refactoring.participants that return ChangeMethodSignatureArguments.Parameter
 ChangeMethodSignatureArguments.Parameter[] ChangeMethodSignatureArguments.getNewParameters()
          Returns the new parameters of this method.
 

Constructors in org.eclipse.jdt.core.refactoring.participants with parameters of type ChangeMethodSignatureArguments.Parameter
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.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.