public class ParserCursor extends Object
ParserCursor(int lowerBound, int upperBound)
boolean
atEnd()
int
getLowerBound()
getPos()
getUpperBound()
String
toString()
void
updatePos(int pos)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ParserCursor(int lowerBound, int upperBound)
public int getLowerBound()
public int getUpperBound()
public int getPos()
public void updatePos(int pos)
public boolean atEnd()
public String toString()
toString
Object
Copyright © 2022. All rights reserved.