public static final class TextSectionMapping.TextPoint
extends java.lang.Object
implements java.lang.Comparable<TextSectionMapping.TextPoint>
A structure of line/column. It implements hashCode/equals methods and Comparable
interface (text point is less that other if it normally gets read earlier).
Line/column numbers are always 0-based.