Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast
Interface IQualifierType

All Superinterfaces:
Cloneable, IType
All Known Subinterfaces:
ICQualifierType, IGPPQualifierType

public interface IQualifierType
extends IType


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY
 
Method Summary
 IType getType()
          get the type that this is qualifying
 boolean isConst()
          is this a const type
 boolean isVolatile()
          is this a volatile type
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 

Method Detail

isConst

boolean isConst()
                throws DOMException
is this a const type

Returns:
Throws:
DOMException

isVolatile

boolean isVolatile()
                   throws DOMException
is this a volatile type

Returns:
Throws:
DOMException

getType

IType getType()
              throws DOMException
get the type that this is qualifying

Returns:
Throws:
DOMException

Eclipse CDT
Pre-release 3.0

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