Class BlockLineLocation


  • public final class BlockLineLocation
    extends Object
    Precise location in the content, consisting of a BlockAddress which identifies the block, and a line number which indicates the line within that block (0-based).
    • Constructor Detail

      • BlockLineLocation

        public BlockLineLocation​(BlockAddress block,
                                 int line)
    • Method Detail

      • getLineNumber

        public int getLineNumber()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object