Package org.stringtemplate.v4.misc
Class Coordinate
- java.lang.Object
-
- org.stringtemplate.v4.misc.Coordinate
-
public class Coordinate extends java.lang.ObjectA 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 Modifier and Type Field Description intcharPositionintline
-
Constructor Summary
Constructors Constructor Description Coordinate(int a, int b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-