Interface DataLocation


public interface DataLocation
Relevant data location for a diagnostic message. E.g., file and line number.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     
     
  • Method Details

    • toString

      String toString()
      Overrides:
      toString in class Object
    • bitPos1b

      long bitPos1b()
      Returns:
      current bit position 1 based
    • bytePos1b

      long bytePos1b()
      Returns:
      current byte position 1 based