Uses of Interface
org.eclipse.tigerstripe.workbench.model.deprecated_.IMethod.IArgument

Packages that use IMethod.IArgument
org.eclipse.tigerstripe.workbench.model.deprecated_   
 

Uses of IMethod.IArgument in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IMethod.IArgument
 IMethod.IArgument IMethod.IArgument.clone()
          Clone this argument.
 IMethod.IArgument IMethod.makeArgument()
          Make a blank Argument.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return types with arguments of type IMethod.IArgument
 java.util.Collection<IMethod.IArgument> IMethod.getArguments()
          Returns a collection of all of the arguments for this Method.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ with parameters of type IMethod.IArgument
 void IMethod.addArgument(IMethod.IArgument argument)
          Add an argument to the method.
 

Method parameters in org.eclipse.tigerstripe.workbench.model.deprecated_ with type arguments of type IMethod.IArgument
 void IMethod.removeArguments(java.util.Collection<IMethod.IArgument> arguments)
          Remove arguments from the argument list.
 void IMethod.setArguments(java.util.Collection<IMethod.IArgument> arguments)
          Set the arguments for the method.