Package org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPEnumScope
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.cdt.core.dom.ast.IScope
IScope.ScopeLookupData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICPPEnumeration
getEnumerationType()
Returns the binding for the enumeration this scope is associated with.-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IScope
find, find, getBinding, getBinding, getBindings, getBindings, getBindings, getKind, getParent, getScopeName
-
-
-
-
Method Detail
-
getEnumerationType
ICPPEnumeration getEnumerationType()
Returns the binding for the enumeration this scope is associated with.
-
-