Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IASTEnumerationSpecifier.IASTEnumerator

Packages that use IASTEnumerationSpecifier.IASTEnumerator
org.eclipse.cdt.core.dom.ast   
 

Uses of IASTEnumerationSpecifier.IASTEnumerator in org.eclipse.cdt.core.dom.ast
 

Fields in org.eclipse.cdt.core.dom.ast declared as IASTEnumerationSpecifier.IASTEnumerator
static IASTEnumerationSpecifier.IASTEnumerator[] IASTEnumerationSpecifier.IASTEnumerator.EMPTY_ENUMERATOR_ARRAY
          Empty array (constant).
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTEnumerationSpecifier.IASTEnumerator
 IASTEnumerationSpecifier.IASTEnumerator[] IASTEnumerationSpecifier.getEnumerators()
          Get enumerators.
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTEnumerationSpecifier.IASTEnumerator
 void IASTEnumerationSpecifier.addEnumerator(IASTEnumerationSpecifier.IASTEnumerator enumerator)
          Add an enumerator.
 int ASTVisitor.visit(IASTEnumerationSpecifier.IASTEnumerator enumerator)
           
 


Eclipse CDT
Pre-release 3.0

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