protected static class CouchDBFormat.Tokenizer extends JsonFormat.Tokenizer
| Constructor and Description |
|---|
Tokenizer(CharSequence text)
Construct a tokenizer that parses tokens from the given text.
|
| Modifier and Type | Method and Description |
|---|---|
String |
consumeIdentifier()
If the next token is an identifier, consume it and return its value.
|
atEnd, consume, consumeBoolean, consumeByteString, consumeDouble, consumeFloat, consumeInt32, consumeInt64, consumeString, consumeUInt32, consumeUInt64, currentToken, lookingAtBoolean, lookingAtFloat, lookingAtInteger, nextToken, parseException, parseExceptionPreviousToken, tryConsumepublic Tokenizer(CharSequence text)
public String consumeIdentifier() throws JsonFormat.ParseException
JsonFormat.TokenizerJsonFormat.ParseException.consumeIdentifier in class JsonFormat.TokenizerJsonFormat.ParseExceptionCopyright © 2016. All rights reserved.