Eclipse CDT
7.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPFunctionScope

All Superinterfaces:
ICPPScope, IScope

public interface ICPPFunctionScope
extends ICPPScope


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.cdt.core.dom.ast.IScope
IScope.ScopeLookupData
 
Method Summary
 IScope getBodyScope()
          Returns the scope representing the function body, or null if there is no function definition.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IScope
find, getBinding, getBinding, getBindings, getBindings, getBindings, getKind, getParent, getScopeName
 

Method Detail

getBodyScope

IScope getBodyScope()
                    throws DOMException
Returns the scope representing the function body, or null if there is no function definition.

Throws:
DOMException

Eclipse CDT
7.0

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