goog.proto2.TextFormatSerializer.Tokenizer_ |
data
: string
The string data to tokenize.
|
opt_ignoreWhitespace
: boolean=
If true, whitespace tokens will not
be reported by the tokenizer.
|
![]()
No description.
Returns: goog.proto2.TextFormatSerializer.Tokenizer_.Token
The current
token.
|
code » | |
Advances to the next token.
Returns: boolean
True if a valid token was found, false if the end was
reached or no valid token was found.
|
code » | |
Internal method for determining the next token.
Returns: boolean
True if a next token was found, false otherwise.
|
code » |
![]()
No description.
|
Code » |
![]()
An enumeration of all the token types.
Constants:
|
Code » |