Method NextToken
NextToken()
Parses text from current position to the next token and updates TokenPos
, CurrentPos
and TokenString
properties.
public override int NextToken()
Returns
- int
Token that corresponds to the next position.
Parses text from current position to the next token and updates TokenPos
, CurrentPos
and TokenString
properties.
public override int NextToken()
Token that corresponds to the next position.