org.eclipse.cdt.core.dom.ast
Interface IParameter
- All Superinterfaces:
- 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.
EMPTY_PARAMETER_ARRAY
static final IParameter[] EMPTY_PARAMETER_ARRAY
getInitialValue
IValue getInitialValue()
- Inherited from
IVariable
, always returns null
.
- Specified by:
getInitialValue
in interface IVariable
- Since:
- 5.1
Copyright (c) IBM Corp. and others 2004, 2010. All Rights Reserved.