Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
ICPPScope, IScope

public interface ICPPFunctionScope
extends ICPPScope


Method Summary
 IScope getBodyScope()
          Get the scope representing the function body. returns null if there is no function definition
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IScope
addBinding, addName, find, flushCache, getBinding, getParent, getPhysicalNode, getScopeName, isFullyCached, removeBinding, setFullyCached
 

Method Detail

getBodyScope

IScope getBodyScope()
                    throws DOMException
Get the scope representing the function body. returns null if there is no function definition

Returns:
Throws:
DOMException

Eclipse CDT
Pre-release 3.0

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