public class Token
Token is class to represent a position on the source code
private final int
start
end
Token(int start, int end)
int
getStart()
getEnd()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
int getStart()
int getEnd()