public interface IArrayType extends IType
EMPTY_TYPE_ARRAY, TYPE_MATCHER| Modifier and Type | Method and Description |
|---|---|
IASTExpression |
getArraySizeExpression()
get the expression that represents the size of this array
|
IValue |
getSize()
Returns the value for the size of the array type, or
null if it is unspecified. |
IType |
getType()
get the type that this is an array of
|
clone, isSameTypeIType getType()
IValue getSize()
null if it is unspecified.IASTExpression getArraySizeExpression() throws DOMException
DOMExceptionCopyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.