Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPBlockScope |
interface |
ICPPClassScope
Interface for class scopes.
|
interface |
ICPPEnumScope
Interface for enumeration scopes.
|
interface |
ICPPFunctionScope |
interface |
ICPPNamespaceScope
A namespace scope is either a block-scope or a namespace-scope or global scope.
|
interface |
ICPPTemplateScope
A separate template scope is used for each template declaration.
|
Modifier and Type | Method and Description |
---|---|
ICPPScope |
ICPPASTTemplatedTypeTemplateParameter.asScope()
Returns the scope that contains the template parameters of this template-template parameter.
|
ICPPScope |
ICPPEnumeration.asScope()
Returns the scope containing the enumerators.
|
ICPPScope |
ICPPASTEnumerationSpecifier.getScope()
Returns the scope containing the enumerators of this enumeration,
or
null if the specifier is opaque. |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.