Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.gnu.cpp
Interface IGPPPointerType

All Superinterfaces:
Cloneable, IPointerType, IType
All Known Subinterfaces:
IGPPPointerToMemberType

public interface IGPPPointerType
extends IPointerType


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY
 
Method Summary
 boolean isRestrict()
          is this a restrict pointer
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IPointerType
getType, isConst, isVolatile
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 

Method Detail

isRestrict

boolean isRestrict()
is this a restrict pointer

Returns:

Eclipse CDT
Pre-release 3.0

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