Метод | Описание | |
---|---|---|
GetNumericValue ( ) : double |
Parses a numeric value.
|
|
GetStringValue ( ) : string |
Parses a word value.
|
|
GetTokenType ( ) : TokenType |
Gets a type of current token.
|
|
NextToken ( ) : TokenType |
Gets a next token.
|
|
NextToken ( bool ignoreWhitespace ) : TokenType |
Gets a next token.
|
|
StreamTokenizer ( TextReader reader, bool ignoreWhitespace ) : System |
Initializes a new instance of MapAround.IO.StreamTokenizer
|
Метод | Описание | |
---|---|---|
GetType ( char character ) : TokenType |
Cumputes a token type by its firets character.
|
|
NextNonWhitespaceToken ( ) : TokenType |
Gets the next token which is different from TokenType.Whitespace.
|
|
NextTokenAny ( ) : TokenType |
public NextToken ( bool ignoreWhitespace ) : TokenType | ||
ignoreWhitespace | bool | A value indicating whether the whitespace symbols are ignored |
Результат | TokenType |
public StreamTokenizer ( TextReader reader, bool ignoreWhitespace ) : System | ||
reader | TextReader | A System>IO.TextReader instance |
ignoreWhitespace | bool | A value indicating whether the whitespace symbols are ignored while tokenizing |
Результат | System |