public class ParserCursor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
lowerBound |
private int |
pos |
private int |
upperBound |
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) |