Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.c
Interface ICQualifierType

All Superinterfaces:
Cloneable, IQualifierType, IType

public interface ICQualifierType
extends IQualifierType


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY
 
Method Summary
 boolean isRestrict()
          is this a restrict type
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IQualifierType
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 type

Returns:

Eclipse CDT
Pre-release 3.0

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