-
public final class TextPosition
-
-
Constructor Summary
Constructors Constructor Description TextPosition(Integer line, Integer ch)
-
Method Summary
Modifier and Type Method Description StringtoString()final Integercomponent1()final Integercomponent2()final TextPositioncopy(Integer line, Integer ch)final IntegergetLine()final IntegergetCh()-
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
copy
final TextPosition copy(Integer line, Integer ch)
-
-
-
-