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.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IScope
addBinding, addName, find, flushCache, getBinding, getParent, getPhysicalNode, getScopeName, isFullyCached, removeBinding, setFullyCached
 

Method Detail

getBinding

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

Eclipse CDT
Pre-release 3.0

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