Class Location


  • public class Location
    extends Object
    An immutable object that represents a location in the parsed text.
    • Field Detail

      • offset

        public final int offset
        The absolute character index, starting at 0.
      • line

        public final int line
        The line number, starting at 1.
      • column

        public final int column
        The column number, starting at 1.