Eclipse CDT
7.0

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

Packages that use IEnumerator
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of IEnumerator in org.eclipse.cdt.core.dom.ast
 

Methods in org.eclipse.cdt.core.dom.ast that return IEnumerator
 IEnumerator[] IEnumeration.getEnumerators()
          Returns an array of the IEnumerators declared in this enumeration
 

Uses of IEnumerator in org.eclipse.cdt.core.dom.ast.cpp
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return IEnumerator
 IEnumerator ICPPEnumerationSpecialization.specializeEnumerator(IEnumerator enumerator)
          Return a specialized version of the given enumerator.
 

Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type IEnumerator
 IEnumerator ICPPEnumerationSpecialization.specializeEnumerator(IEnumerator enumerator)
          Return a specialized version of the given enumerator.
 


Eclipse CDT
7.0

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