Eclipse CDT
Pre-release 3.0

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

Packages that use IASTNamedTypeSpecifier
org.eclipse.cdt.core.dom.ast.c   
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of IASTNamedTypeSpecifier in org.eclipse.cdt.core.dom.ast.c
 

Subinterfaces of IASTNamedTypeSpecifier in org.eclipse.cdt.core.dom.ast.c
 interface ICASTTypedefNameSpecifier
          This interface is just as an IASTNamedTypeSpecifier, except that it also includes the abiliy to use the restrict modifier.
 

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

Subinterfaces of IASTNamedTypeSpecifier in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTNamedTypeSpecifier
          C++ adds the capability of qualifying a named type specifier w/the keyword typename.
 


Eclipse CDT
Pre-release 3.0

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