Uses of Interface
org.eclipse.tigerstripe.model.IMethod

Packages that use IMethod
org.eclipse.tigerstripe.model   
org.eclipse.tigerstripe.model.artifacts   
 

Uses of IMethod in org.eclipse.tigerstripe.model
 

Methods in org.eclipse.tigerstripe.model that return IMethod
 IMethod IMethod.clone()
           
 IMethod IMethod.IArgument.getContainingIMethod()
          Returns the IMethod that is the "container" for the argument.
 

Uses of IMethod in org.eclipse.tigerstripe.model.artifacts
 

Methods in org.eclipse.tigerstripe.model.artifacts that return IMethod
 IMethod[] IAbstractArtifact.getIMethods()
           
 IMethod[] IAbstractArtifact.getIMethods(boolean filterFacetExcludedMethods)
          Returns the methods defined for this artifact.
 IMethod[] IAbstractArtifact.getInheritedIMethods()
          Returns the inherited methods for this artifact.
 IMethod[] IAbstractArtifact.getInheritedIMethods(boolean filterFacetExcludedMethods)
          Returns the inherited methods for this artifact.
 IMethod IAbstractArtifact.makeIMethod()
           
 

Methods in org.eclipse.tigerstripe.model.artifacts with parameters of type IMethod
 void IAbstractArtifact.addIMethod(IMethod method)
           
 void IAbstractArtifact.removeIMethods(IMethod[] methods)
           
 void IAbstractArtifact.setIMethods(IMethod[] methods)