Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPParameter

All Superinterfaces:
IBinding, ICPPBinding, ICPPVariable, IParameter, IVariable

public interface ICPPParameter
extends IParameter, ICPPVariable


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.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.IBinding
EMPTY_BINDING_ARRAY
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
 
Method Summary
 IASTInitializer getDefaultValue()
          the default value of this parameter or null if there is none.
 
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.IBinding
getName, getNameCharArray, getScope
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPVariable
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.IBinding
getName, getNameCharArray, getScope
 
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
getName, getNameCharArray, getScope
 

Method Detail

getDefaultValue

IASTInitializer getDefaultValue()
the default value of this parameter or null if there is none.

Returns:

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.