|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IScope | |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.c | |
org.eclipse.cdt.core.dom.ast.cpp |
Uses of IScope in org.eclipse.cdt.core.dom.ast |
---|
Subinterfaces of IScope in org.eclipse.cdt.core.dom.ast | |
---|---|
interface |
IProblemBinding
|
Methods in org.eclipse.cdt.core.dom.ast that return IScope | |
---|---|
IScope |
ICompositeType.getCompositeScope()
get the IScope object that is associated with this composite type |
IScope |
IFunction.getFunctionScope()
Get the function scope |
IScope |
IScope.getParent()
Scopes are arranged hierarchically. |
IScope |
IBinding.getScope()
Every name has a scope. |
IScope |
IASTTranslationUnit.getScope()
This returns the global scope for the translation unit. |
IScope |
IASTFunctionDefinition.getScope()
Get the logical IScope that the function definition body represents. |
IScope |
IASTForStatement.getScope()
Get the IScope represented by this for loop. |
IScope |
IASTCompoundStatement.getScope()
Get IScope node that this node eludes to in the logical
tree. |
IScope |
IASTCompositeTypeSpecifier.getScope()
Get the scope that this interface eludes to in the logical tree. |
Uses of IScope in org.eclipse.cdt.core.dom.ast.c |
---|
Subinterfaces of IScope in org.eclipse.cdt.core.dom.ast.c | |
---|---|
interface |
ICCompositeTypeScope
|
interface |
ICFunctionPrototypeScope
|
interface |
ICFunctionScope
|
interface |
ICScope
|
Methods in org.eclipse.cdt.core.dom.ast.c that return IScope | |
---|---|
IScope |
ICFunctionScope.getBodyScope()
Get the scope representing the function body . returns null if there is no function definition |
Uses of IScope in org.eclipse.cdt.core.dom.ast.cpp |
---|
Subinterfaces of IScope in org.eclipse.cdt.core.dom.ast.cpp | |
---|---|
interface |
ICPPBlockScope
|
interface |
ICPPClassScope
|
interface |
ICPPFunctionScope
|
interface |
ICPPNamespaceScope
|
interface |
ICPPScope
|
interface |
ICPPTemplateScope
|
Methods in org.eclipse.cdt.core.dom.ast.cpp that return IScope | |
---|---|
IScope |
ICPPFunctionScope.getBodyScope()
Get the scope representing the function body. returns null if there is no function definition |
IScope |
ICPPASTWhileStatement.getScope()
Get the IScope represented by this while. |
IScope |
ICPPASTSwitchStatement.getScope()
Get the IScope represented by this switch. |
IScope |
ICPPASTNamespaceDefinition.getScope()
Get the scope object represented by this construct. |
IScope |
ICPPASTIfStatement.getScope()
Get the implicit IScope represented by this if statement |
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |