Eclipse CDT
7.0

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

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

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

Methods in org.eclipse.cdt.core.dom.ast that return IASTNamedTypeSpecifier
 IASTNamedTypeSpecifier IASTNamedTypeSpecifier.copy()
           
 IASTNamedTypeSpecifier INodeFactory.newTypedefNameSpecifier(IASTName name)
           
 

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
7.0

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