public interface IPointerType extends IType
EMPTY_TYPE_ARRAY, TYPE_MATCHER
Modifier and Type | Method and Description |
---|---|
IType |
getType()
Returns the type that this is a pointer to.
|
boolean |
isConst()
Returns whether the pointer is const qualified.
|
boolean |
isRestrict()
Returns whether the pointer is qualified to be restrict.
|
boolean |
isVolatile()
Returns whether the pointer is volatile qualified.
|
clone, isSameType
IType getType()
boolean isConst()
boolean isVolatile()
boolean isRestrict()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.