Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IScope

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 IASTCompositeTypeSpecifier.getScope()
          Get the scope that this interface eludes to in the logical tree.
 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 IScope.getParent()
          Scopes are arranged hierarchically.
 IScope IFunction.getFunctionScope()
          Get the function scope
 IScope IBinding.getScope()
          Every name has a scope.
 IScope IASTFunctionDefinition.getScope()
          Get the logical IScope that the function definition body represents.
 IScope IASTTranslationUnit.getScope()
          This returns the global scope for the translation unit.
 

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 ICPPASTIfStatement.getScope()
          Get the implicit IScope represented by this if statement
 IScope ICPPASTNamespaceDefinition.getScope()
          Get the scope object represented by this construct.
 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.
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.