@NotThreadSafe public class ParserCursor extends java.lang.Object
Constructor and Description |
---|
ParserCursor(int lowerBound,
int upperBound) |
Modifier and Type | Method and Description |
---|---|
boolean |
atEnd() |
int |
getLowerBound() |
int |
getPos() |
int |
getUpperBound() |
java.lang.String |
toString() |
void |
updatePos(int pos) |