public interface IArrayType extends IType
EMPTY_TYPE_ARRAY, TYPE_MATCHER
Modifier and Type | Method and Description |
---|---|
IASTExpression |
getArraySizeExpression()
Deprecated.
|
IValue |
getSize()
Returns the value for the size of the array type, or
null if it is unspecified. |
IType |
getType()
Returns the type that this is an array of.
|
boolean |
hasSize()
Checks is the array type has specified size.
|
clone, isSameType
IType getType()
IValue getSize()
null
if it is unspecified.boolean hasSize()
@Deprecated IASTExpression getArraySizeExpression() throws DOMException
DOMException
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.