Class BuilderLineNumber

    • Constructor Detail

      • BuilderLineNumber

        public BuilderLineNumber​(int lineNumber)
    • Method Detail

      • getLineNumber

        public int getLineNumber()
        Description copied from interface: LineNumber
        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.
        Specified by:
        getLineNumber in interface LineNumber
        Returns:
        The line number associated with this code address.
      • getDebugItemType

        public int getDebugItemType()
        Description copied from interface: DebugItem
        The type of this debug item. The returned integer will be one of the DebugItemType.* constants.
        Specified by:
        getDebugItemType in interface DebugItem
        Returns:
        The type of this debug item.