Package org.eclipse.cdt.core.dom.ast
Interface IParameter
-
- 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 Summary
Fields Modifier and Type Field Description static IParameter[]
EMPTY_PARAMETER_ARRAY
-
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
-
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IVariable
EMPTY_VARIABLE_ARRAY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IValue
getInitialValue()
Inherited fromIVariable
, always returnsnull
.-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
getLinkage, getName, getNameCharArray, getOwner, getScope
-
-
-
-
Field Detail
-
EMPTY_PARAMETER_ARRAY
static final IParameter[] EMPTY_PARAMETER_ARRAY
-
-
Method Detail
-
getInitialValue
IValue getInitialValue()
Inherited fromIVariable
, always returnsnull
.- Specified by:
getInitialValue
in interfaceIVariable
- Since:
- 5.1
-
-