public class ParsePosition
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ParsePosition(int startLine,
int startColumn,
int endLine,
int endColumn) |
Modifier and Type | Method and Description |
---|---|
int |
getEndColumn() |
int |
getEndLine() |
int |
getStartColumn() |
int |
getStartLine() |
java.lang.String |
toString() |