ParsePosition.index

Input: the place you start parsing. <br>Output: position where the parse stopped. This is designed to be used serially, with each call setting index up for the next one.

class ParsePosition
int index;

Meta