Method GetNextToken
GetNextToken()
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
Declaration
public int GetNextToken()
Returns
Type | Description |
---|---|
System.Int32 | the next token |
Implements
Exceptions
Type | Condition |
---|---|
System.IO.IOException | if any I/O-Error occurs |