|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICPPParameter
Field Summary | |
---|---|
static ICPPParameter[] |
EMPTY_CPPPARAMETER_ARRAY
|
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IParameter |
---|
EMPTY_PARAMETER_ARRAY |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IVariable |
---|
EMPTY_VARIABLE_ARRAY |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
---|
EMPTY_BINDING_ARRAY |
Method Summary | |
---|---|
boolean |
hasDefaultValue()
if there is a default value or not. |
boolean |
isParameterPack()
Returns whether this parameter is a parameter pack. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IParameter |
---|
getInitialValue |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPVariable |
---|
isExternC, isMutable |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IVariable |
---|
getType, isAuto, isExtern, isRegister, isStatic |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBinding |
---|
getQualifiedName, getQualifiedNameCharArray, isGloballyQualified |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
---|
getLinkage, getName, getNameCharArray, getOwner, getScope |
Field Detail |
---|
static final ICPPParameter[] EMPTY_CPPPARAMETER_ARRAY
Method Detail |
---|
boolean hasDefaultValue()
boolean isParameterPack()
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |