Eclipse CDT
Pre-release 3.0

Uses of Package
org.eclipse.cdt.core.dom.ast.cpp

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

Classes in org.eclipse.cdt.core.dom.ast.cpp used by org.eclipse.cdt.core.dom.ast.cpp
ICPPASTAmbiguousTemplateArgument
          Place-holder in the AST for template arguments that are not yet understood.
ICPPASTCatchHandler
          Catch handler serves as a standalone stage.
ICPPASTCompositeTypeSpecifier.ICPPASTBaseSpecifier
          Base Specifiers are where a class expresses from whom it inherits.
ICPPASTConstructorChainInitializer
           
ICPPASTDeclSpecifier
          C++ adds additional modifiers and types for decl specifier sequence.
ICPPASTFunctionDeclarator
          C++ adds a few things to function declarators.
ICPPASTNamespaceDefinition
          This interface repesents a namespace definition in C++.
ICPPASTTemplateParameter
          Base interface for all template parameters.
ICPPASTUsingDirective
          This interface represents a C++ using directive.
ICPPASTVisitor
          Interface for visitors to visit c-specific nodes.
ICPPBase
          Represents the relationship between a class and one of its base classes.
ICPPBinding
           
ICPPClassTemplate
           
ICPPClassTemplatePartialSpecialization
          This interface represents a class template partial specialization.
ICPPClassType
          Represents a C++ class.
ICPPConstructor
           
ICPPField
           
ICPPFunction
           
ICPPFunctionScope
           
ICPPMember
          Represents a member of a class.
ICPPMethod
           
ICPPNamespace
          This interface represents a C++ namespace
ICPPNamespaceScope
          A namespace scope is either a block-scope or a namespace-scope or global scope.
ICPPScope
           
ICPPSpecialization
          For an instantiation of a class template, the members of that instantiation will be specializations of the members of the original class template.
ICPPTemplateDefinition
          Base interface for all template definitions including explicit (partial) specializations.
ICPPTemplateInstance
          This interface represents an instantiation of a class or function template.
ICPPTemplateParameter
           
ICPPTemplateScope
           
ICPPUsingDirective
          Interface to model using directives.
ICPPVariable
           
 

Classes in org.eclipse.cdt.core.dom.ast.cpp used by org.eclipse.cdt.core.dom.ast.gnu.cpp
ICPPASTBinaryExpression
          C++ adds a few more binary expressions over C.
ICPPASTDeclSpecifier
          C++ adds additional modifiers and types for decl specifier sequence.
ICPPASTExplicitTemplateInstantiation
          This interface represents an explict template instantiation.
ICPPASTPointerToMember
          This is a pointer to member pointer operator for declarators.
ICPPASTSimpleDeclSpecifier
          This interface represents a built-in type in C++.
ICPPBasicType
           
ICPPPointerToMemberType
           
 


Eclipse CDT
Pre-release 3.0

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