Eclipse CDT
Pre-release 3.0

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

Packages that use IASTPointerOperator
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.cpp   
 

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

Subinterfaces of IASTPointerOperator in org.eclipse.cdt.core.dom.ast
 interface IASTPointer
          This represents the good ol' * pointer operator.
 

Fields in org.eclipse.cdt.core.dom.ast declared as IASTPointerOperator
static IASTPointerOperator[] IASTPointerOperator.EMPTY_ARRAY
          Constant/sentinel.
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTPointerOperator
 IASTPointerOperator[] IASTDeclarator.getPointerOperators()
          This is the list of pointer operators applied to the type for the declarator.
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTPointerOperator
 void IASTDeclarator.addPointerOperator(IASTPointerOperator operator)
          Adds a pointer operator to the declarator.
 

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

Subinterfaces of IASTPointerOperator in org.eclipse.cdt.core.dom.ast.c
 interface ICASTPointer
          C-specific pointer.
 

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

Subinterfaces of IASTPointerOperator in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTPointerToMember
          This is a pointer to member pointer operator for declarators.
 interface ICPPASTReferenceOperator
          This is C++'s reference operator, i.e. &, used in a declarator.
 

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

Subinterfaces of IASTPointerOperator in org.eclipse.cdt.core.dom.ast.gnu.cpp
 interface IGPPASTPointer
          g++ allows for restrict pointers.
 interface IGPPASTPointerToMember
          G++ Pointer 2 Members accept the restrict qualified as well.
 


Eclipse CDT
Pre-release 3.0

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