Class Coordinate

java.lang.Object
org.stringtemplate.v4.misc.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 Details

    • line

      public int line
    • charPosition

      public int charPosition
  • Constructor Details

    • Coordinate

      public Coordinate(int a, int b)
  • Method Details