Class Coordinate
java.lang.Object
org.stringtemplate.v4.misc.Coordinate
A line number and char position within a line. Used by the source
mapping stuff to map address to range within a template.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
line
public int line -
charPosition
public int charPosition
-
-
Constructor Details
-
Coordinate
public Coordinate(int a, int b)
-
-
Method Details
-
toString
-