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, tryConsume
public Tokenizer(CharSequence text)
public String consumeIdentifier() throws JsonFormat.ParseException
JsonFormat.Tokenizer
JsonFormat.ParseException
.consumeIdentifier
in class JsonFormat.Tokenizer
JsonFormat.ParseException
Copyright © 2019. All rights reserved.