|
Eclipse CDT 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DOMException | |
|---|---|
| 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 | |
| Uses of DOMException in org.eclipse.cdt.core.dom.ast |
|---|
| Methods in org.eclipse.cdt.core.dom.ast that throw DOMException | |
|---|---|
IASTExpression |
IArrayType.getArraySizeExpression()
get the expression that represents the size of this array |
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. |
IASTExpression |
IBasicType.getValue()
Deprecated. |
| Uses of DOMException in org.eclipse.cdt.core.dom.ast.c |
|---|
| Methods in org.eclipse.cdt.core.dom.ast.c that throw DOMException | |
|---|---|
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 |
| Uses of DOMException in org.eclipse.cdt.core.dom.ast.cpp |
|---|
| Methods in org.eclipse.cdt.core.dom.ast.cpp that throw DOMException | |
|---|---|
IType[] |
ICPPClassTemplatePartialSpecialization.getArguments()
Deprecated. use ICPPClassTemplatePartialSpecialization.getTemplateArguments(), instead. |
IScope |
ICPPFunctionScope.getBodyScope()
Returns the scope representing the function body, or null if there is no
function definition. |
IType |
ICPPTemplateTypeParameter.getDefault()
The default type for this parameter. |
IType |
ICPPTemplateTemplateParameter.getDefault()
Return the default value for this parameter, or null. |
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()
|
ICPPTemplateDefinition |
ICPPTemplateScope.getTemplateDefinition()
Deprecated. |
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. |
| Uses of DOMException in org.eclipse.cdt.core.dom.ast.gnu.cpp |
|---|
| Methods in org.eclipse.cdt.core.dom.ast.gnu.cpp that throw DOMException | |
|---|---|
IType |
IGPPBasicType.getTypeofType()
Deprecated. don't use this method. |
|
Eclipse CDT 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||