Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
Cloneable, IType
All Known Subinterfaces:
ICArrayType

public interface IArrayType
extends IType


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY
 
Method Summary
 IASTExpression getArraySizeExpression()
          get the expression that represents the size of this array
 IType getType()
          get the type that this is an array of
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 

Method Detail

getType

IType getType()
              throws DOMException
get the type that this is an array of

Returns:
Throws:
DOMException

getArraySizeExpression

IASTExpression getArraySizeExpression()
                                      throws DOMException
get the expression that represents the size of this array

Returns:
Throws:
DOMException

Eclipse CDT
Pre-release 3.0

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