Eclipse CDT
7.0

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

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

Methods in org.eclipse.cdt.core.dom.ast that return IASTPointer
 IASTPointer IASTPointer.copy()
           
 IASTPointer IASTPointer.copy(IASTNode.CopyStyle style)
           
 IASTPointer INodeFactory.newPointer()
           
 

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

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

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

Subinterfaces of IASTPointer in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTPointerToMember
          This is a pointer to member pointer operator for declarators.
 

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

Subinterfaces of IASTPointer in org.eclipse.cdt.core.dom.ast.gnu.cpp
 interface IGPPASTPointer
          Deprecated. Use IASTPointer, instead.
 interface IGPPASTPointerToMember
          Deprecated. Use ICPPASTPointerToMember, instead.
 


Eclipse CDT
7.0

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