Interface LineNumber

    • Method Detail

      • getLineNumber

        int getLineNumber()
        The line number associated with this code address. This value should be treated as an unsigned integer, with negative values indicating a value > 2^31, using the usual two's complement semantics.
        Returns:
        The line number associated with this code address.