Method | Description | |
---|---|---|
NextToken ( ) : |
Reads the next token.
|
|
StringTokenReader ( string input ) : System |
Constructor.
|
Method | Description | |
---|---|---|
IsEof ( int index ) : bool |
Returns a value indicating whether or not the given index is currently at the end of the input string.
|
|
NumberToken ( ) : |
Returns a Number (or alpha-numeric) token from the current position.
|
|
TextToken ( ) : |
Returns a Text token from the current position.
|
public StringTokenReader ( string input ) : System | ||
input | string | The input string. |
return | System |