Eclipse CDT
Pre-release 3.0

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

Packages that use IASTDeclSpecifier
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 IASTDeclSpecifier in org.eclipse.cdt.core.dom.ast
 

Subinterfaces of IASTDeclSpecifier in org.eclipse.cdt.core.dom.ast
 interface IASTCompositeTypeSpecifier
          A composite type specifier represents a ocmposite structure (contains declarations).
 interface IASTElaboratedTypeSpecifier
          This represents an elaborated type specifier in the C & C++ language grammar.
 interface IASTEnumerationSpecifier
          This interface represents enumerations in C and C++.
 interface IASTNamedTypeSpecifier
          Represents the use of a typedef name in an decl specifier in C.
 interface IASTSimpleDeclSpecifier
          This represents a decl specifier for a built-in type.
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTDeclSpecifier
 IASTDeclSpecifier IASTTypeId.getDeclSpecifier()
          Get the decl specifier.
 IASTDeclSpecifier IASTSimpleDeclaration.getDeclSpecifier()
          This returns the object representing the declSpecifiers for this declaration.
 IASTDeclSpecifier IASTParameterDeclaration.getDeclSpecifier()
          Get the decl specifier.
 IASTDeclSpecifier IASTFunctionDefinition.getDeclSpecifier()
          Get the decl specifier for the function.
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTDeclSpecifier
static String ASTSignatureUtil.getSignature(IASTDeclSpecifier declSpec)
          Returns the String representation of the signature for the IASTDeclSpecifier.
 void IASTTypeId.setDeclSpecifier(IASTDeclSpecifier declSpec)
          Set the decl specifier.
 void IASTSimpleDeclaration.setDeclSpecifier(IASTDeclSpecifier declSpec)
          Set the decl specifier.
 void IASTParameterDeclaration.setDeclSpecifier(IASTDeclSpecifier declSpec)
          Set the decl specifier.
 void IASTFunctionDefinition.setDeclSpecifier(IASTDeclSpecifier declSpec)
          Set the decl specifier for the function.
 int ASTVisitor.visit(IASTDeclSpecifier declSpec)
           
 

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

Subinterfaces of IASTDeclSpecifier in org.eclipse.cdt.core.dom.ast.c
 interface ICASTCompositeTypeSpecifier
          Structs and Unions in C can be qualified w/restrict keyword.
 interface ICASTDeclSpecifier
          C extension to IASTDeclSpecifier.
 interface ICASTElaboratedTypeSpecifier
          C's elaborated type specifier.
 interface ICASTEnumerationSpecifier
          C Enumeration decl specifier.
 interface ICASTSimpleDeclSpecifier
          This interface represents a built-in type in C.
 interface ICASTTypedefNameSpecifier
          This interface is just as an IASTNamedTypeSpecifier, except that it also includes the abiliy to use the restrict modifier.
 

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

Subinterfaces of IASTDeclSpecifier in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTCompositeTypeSpecifier
           
 interface ICPPASTDeclSpecifier
          C++ adds additional modifiers and types for decl specifier sequence.
 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 IASTDeclSpecifier in org.eclipse.cdt.core.dom.ast.gnu.c
 

Subinterfaces of IASTDeclSpecifier in org.eclipse.cdt.core.dom.ast.gnu.c
 interface IGCCASTSimpleDeclSpecifier
           
 

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

Subinterfaces of IASTDeclSpecifier in org.eclipse.cdt.core.dom.ast.gnu.cpp
 interface IGPPASTDeclSpecifier
          G++ allows for restrict to be a modifier for the decl spec.
 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.