@Beta public class DefaultPosition extends Position
NOTE: This is not a public or final API; if you rely on this be prepared to adjust your code for the next tools release.
Constructor and Description |
---|
DefaultPosition(int line,
int column,
int offset)
Creates a new
DefaultPosition |
public DefaultPosition(int line, int column, int offset)
DefaultPosition
line
- the 0-based line number, or -1 if unknowncolumn
- the 0-based column number, or -1 if unknownoffset
- the offset, or -1 if unknown