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

public boolean isConst()
                throws DOMException
Throws:
DOMException

isRestrict

public boolean isRestrict()
                   throws DOMException
Throws:
DOMException

isVolatile

public boolean isVolatile()
                   throws DOMException
Throws:
DOMException

isStatic

public boolean isStatic()
                 throws DOMException
Throws:
DOMException

isVariableLength

public boolean isVariableLength()
                         throws DOMException
Throws:
DOMException

Eclipse CDT
Pre-release 3.0

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