Eclipse CDT
7.0

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

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

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

Methods in org.eclipse.cdt.core.dom.ast that return IASTSimpleDeclSpecifier
 IASTSimpleDeclSpecifier IASTSimpleDeclSpecifier.copy()
           
 IASTSimpleDeclSpecifier INodeFactory.newSimpleDeclSpecifier()
           
 

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

Subinterfaces of IASTSimpleDeclSpecifier in org.eclipse.cdt.core.dom.ast.c
 interface ICASTSimpleDeclSpecifier
          This interface represents a built-in type in C.
 

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

Subinterfaces of IASTSimpleDeclSpecifier in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTSimpleDeclSpecifier
          This interface represents a built-in type in C++.
 

Uses of IASTSimpleDeclSpecifier in org.eclipse.cdt.core.dom.ast.gnu.c
 

Subinterfaces of IASTSimpleDeclSpecifier in org.eclipse.cdt.core.dom.ast.gnu.c
 interface IGCCASTSimpleDeclSpecifier
          Deprecated. Everything can be expressed as ICASTSimpleDeclSpecifier.
 

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

Subinterfaces of IASTSimpleDeclSpecifier in org.eclipse.cdt.core.dom.ast.gnu.cpp
 interface IGPPASTSimpleDeclSpecifier
          Deprecated. Replaced by ICPPASTSimpleDeclSpecifier.
 


Eclipse CDT
7.0

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