Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
IBinding

public interface IEnumerator
extends IBinding


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
 
Method Summary
 IType getType()
          returns the type of this enumeration.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
getName, getNameCharArray, getScope
 

Method Detail

getType

IType getType()
              throws DOMException
returns the type of this enumeration. The type of an enumerator is the enumeration in which it is declared.

Returns:
the type of the enumeration
Throws:
DOMException

Eclipse CDT
Pre-release 3.0

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