Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Method and Description |
---|---|
IValue |
IValue.clone()
Make a deep copy of this value.
|
IValue |
IParameter.getInitialValue()
Inherited from
IVariable , always returns null . |
IValue |
IVariable.getInitialValue()
Returns the value for a variable with an initializer,
or
null otherwise. |
IValue |
IArrayType.getSize()
Returns the value for the size of the array type, or
null if it is unspecified. |
IValue |
IEnumerator.getValue()
Returns the value assigned to this enumerator.
|
Modifier and Type | Method and Description |
---|---|
IValue |
ICPPParameter.getDefaultValue()
Returns the default value of this parameter if it has one,
or null otherwise.
|
IValue |
ICPPTemplateArgument.getNonTypeValue()
If this is a non-type value (suitable for a template non-type parameters),
the value is returned.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.