Package org.eclipse.cdt.core.dom.ast
Interface IEnumerator
-
-
Field Summary
-
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IType
getType()
Returns the type of this enumeration.IValue
getValue()
Returns the value assigned to this enumerator.-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
getLinkage, getName, getNameCharArray, getOwner, getScope
-
-