Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
ICPPScope, IScope

public interface ICPPTemplateScope
extends ICPPScope


Method Summary
 ICPPTemplateDefinition getTemplateDefinition()
          get the template that this scope represents
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IScope
addBinding, addName, find, flushCache, getBinding, getParent, getPhysicalNode, getScopeName, isFullyCached, removeBinding, setFullyCached
 

Method Detail

getTemplateDefinition

ICPPTemplateDefinition getTemplateDefinition()
                                             throws DOMException
get the template that this scope represents

Returns:
Throws:
DOMException

Eclipse CDT
Pre-release 3.0

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