Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.c | |
org.eclipse.cdt.core.dom.ast.cpp | |
org.eclipse.cdt.core.dom.ast.gnu.cpp |
Modifier and Type | Method and Description |
---|---|
IASTExpression |
IArrayType.getArraySizeExpression()
Deprecated.
Replaced by
IArrayType.getSize() . |
IScope |
IScope.getParent()
Returns the first enclosing non-template scope, or
null if this is the global scope. |
IScope |
IBinding.getScope()
Returns the parent scope for this binding.
|
int |
IBasicType.getType()
Deprecated.
Use the type-safe version getKind(), instead.
|
IASTExpression |
IBasicType.getValue()
Deprecated.
Types don't have values.
|
Modifier and Type | Method and Description |
---|---|
IBinding |
ICFunctionScope.getBinding(char[] name)
return the ILabel binding in this scope that matches the given name
|
IScope |
ICFunctionScope.getBodyScope()
Get the scope representing the function body . returns null if there is
no function definition
|
Modifier and Type | Method and Description |
---|---|
IScope |
ICPPFunctionScope.getBodyScope()
Returns the scope representing the function body, or
null if there is no
function definition. |
IType |
ICPPTemplateTemplateParameter.getDefault()
Returns the default value for this parameter, or
null . |
IType |
ICPPTemplateTypeParameter.getDefault()
The default type for this parameter.
|
ICPPNamespaceScope |
ICPPUsingDirective.getNominatedScope()
Returns the scope of the namespace that is nominated by this
directive, or
null if it cannot be determined. |
java.lang.String[] |
ICPPBinding.getQualifiedName()
Returns an array of strings representing the qualified name of this binding.
|
char[][] |
ICPPBinding.getQualifiedNameCharArray() |
IType |
ICPPMember.getType()
Returns the type of the member (function type or type of field)
|
boolean |
ICPPBinding.isGloballyQualified()
Returns true if this binding is qualified with respect to the translation unit
for example, local variables, function parameters and local classes will
all return false.
|
Modifier and Type | Method and Description |
---|---|
IType |
IGPPBasicType.getTypeofType()
Deprecated.
don't use this method.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.