|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArrayType
Field Summary |
---|
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType |
---|
EMPTY_TYPE_ARRAY, TYPE_MATCHER |
Method Summary | |
---|---|
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 |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType |
---|
clone, isSameType |
Method Detail |
---|
IType getType()
IValue getSize()
null
if it is unspecified.
IASTExpression getArraySizeExpression() throws DOMException
DOMException
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |