Interface Pointer

    • Method Detail

      • getDataType

        DataType getDataType()
        Returns the "pointed to" dataType
      • newPointer

        Pointer newPointer​(DataType dataType)
        Creates a pointer to the indicated data type.
        Parameters:
        dataType - the data type to point to.
        Returns:
        the newly created pointer.