Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.c
Interface ICCompositeTypeScope

All Superinterfaces:
ICScope, IScope

public interface ICCompositeTypeScope
extends ICScope


Method Summary
 IBinding getBinding(char[] name)
          get the binding for the member that has been previous added to this scope and that matches the given name.
 ICompositeType getCompositeType()
          Get the type this scope is associated with
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IScope
find, getBinding, getBindings, getParent, getScopeName
 

Method Detail

getBinding

public IBinding getBinding(char[] name)
                    throws DOMException
get the binding for the member that has been previous added to this scope and that matches the given name.

Parameters:
name -
Returns:
Throws:
DOMException

getCompositeType

public ICompositeType getCompositeType()
Get the type this scope is associated with

Since:
4.0

Eclipse CDT
Pre-release 3.0

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