Eclipse CDT
7.0

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

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

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

Subinterfaces of IASTDeclarationListOwner in org.eclipse.cdt.core.dom.ast
 interface IASTCompositeTypeSpecifier
          A composite type specifier represents a composite structure (contains declarations).
 interface IASTTranslationUnit
          The translation unit represents a compilable unit of source.
 

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

Subinterfaces of IASTDeclarationListOwner in org.eclipse.cdt.core.dom.ast.c
 interface ICASTCompositeTypeSpecifier
          Structs and Unions in C can be qualified w/restrict keyword.
 

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

Subinterfaces of IASTDeclarationListOwner in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTCompositeTypeSpecifier
           
 interface ICPPASTLinkageSpecification
          This interface represents a linkage specification. e.g. extern "C" { ... }
 interface ICPPASTNamespaceDefinition
          This interface represents a namespace definition in C++.
 interface ICPPASTTranslationUnit
           
 


Eclipse CDT
7.0

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