Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast
Interface IEnumeration

All Superinterfaces:
Cloneable, IBinding, IType

public interface IEnumeration
extends IBinding, IType


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY
 
Method Summary
 IEnumerator[] getEnumerators()
          returns an array of the IEnumerators declared in this enumeration
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
getLinkage, getName, getNameCharArray, getScope
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 

Method Detail

getEnumerators

public IEnumerator[] getEnumerators()
                             throws DOMException
returns an array of the IEnumerators declared in this enumeration

Returns:
Throws:
DOMException

Eclipse CDT
Pre-release 3.0

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