Interface IPointerType

    • Method Detail

      • getType

        IType getType()
        Returns the type that this is a pointer to.
      • isConst

        boolean isConst()
        Returns whether the pointer is const qualified.
      • isVolatile

        boolean isVolatile()
        Returns whether the pointer is volatile qualified.
      • isRestrict

        boolean isRestrict()
        Returns whether the pointer is qualified to be restrict. For c++ this is a GNU-extension.
        Since:
        5.3