Class Coordinate


  • public class Coordinate
    extends Object
    A line number and char position within a line. Used by the source mapping stuff to map address to range within a template.
    • Field Detail

      • line

        public int line
      • charPosition

        public int charPosition
    • Constructor Detail

      • Coordinate

        public Coordinate​(int a,
                          int b)