Interface IParameter

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IBinding, IVariable
All Known Subinterfaces:
ICPPParameter

public interface IParameter extends IVariable
Represents a parameter to a function. The scope of the parameter is the function that declared this parameter.
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Field Details

    • EMPTY_PARAMETER_ARRAY

      static final IParameter[] EMPTY_PARAMETER_ARRAY
  • Method Details