Package org.eclipse.cdt.core.dom.ast.c
Interface ICArrayType
-
- All Superinterfaces:
java.lang.Cloneable,IArrayType,IType
public interface ICArrayType extends IArrayType
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Field Summary
-
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY, TYPE_MATCHER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisConst()booleanisRestrict()booleanisStatic()booleanisVariableLength()booleanisVolatile()-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IArrayType
getArraySizeExpression, getSize, getType, hasSize
-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
-
-