public class ParserCursor extends Object
Constructor and Description |
---|
ParserCursor(int lowerBound,
int upperBound) |
Modifier and Type | Method and Description |
---|---|
boolean |
atEnd() |
int |
getLowerBound() |
int |
getPos() |
int |
getUpperBound() |
String |
toString() |
void |
updatePos(int pos) |
public ParserCursor(int lowerBound, int upperBound)
public int getLowerBound()
public int getUpperBound()
public int getPos()
public void updatePos(int pos)
public boolean atEnd()
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.