Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
Cloneable, IArrayType, IType

public interface ICArrayType
extends IArrayType


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY
 
Method Summary
 boolean isConst()
           
 boolean isRestrict()
           
 boolean isStatic()
           
 boolean isVariableLength()
           
 boolean isVolatile()
           
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IArrayType
getArraySizeExpression, getType
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 

Method Detail

isConst

boolean isConst()
                throws DOMException
Throws:
DOMException

isRestrict

boolean isRestrict()
                   throws DOMException
Throws:
DOMException

isVolatile

boolean isVolatile()
                   throws DOMException
Throws:
DOMException

isStatic

boolean isStatic()
                 throws DOMException
Throws:
DOMException

isVariableLength

boolean isVariableLength()
                         throws DOMException
Throws:
DOMException

Eclipse CDT
Pre-release 3.0

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