public class ParsePosition extends Object implements 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() |
String |
toString() |