Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeclSpecifier

Packages that use ICPPASTDeclSpecifier
org.eclipse.cdt.core.dom.ast.cpp   
org.eclipse.cdt.core.dom.ast.gnu.cpp   
 

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

Subinterfaces of ICPPASTDeclSpecifier in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTCompositeTypeSpecifier
           
 interface ICPPASTElaboratedTypeSpecifier
          Elaborated types in C++ include classes.
 interface ICPPASTNamedTypeSpecifier
          C++ adds the capability of qualifying a named type specifier w/the keyword typename.
 interface ICPPASTSimpleDeclSpecifier
          This interface represents a built-in type in C++.
 

Uses of ICPPASTDeclSpecifier in org.eclipse.cdt.core.dom.ast.gnu.cpp
 

Subinterfaces of ICPPASTDeclSpecifier in org.eclipse.cdt.core.dom.ast.gnu.cpp
 interface IGPPASTSimpleDeclSpecifier
          G++ adds its own modifiers and types to the Simple Decl Specifier.
 


Eclipse CDT
Pre-release 3.0

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