public static interface BlockingIOAdapter.ParserToken
Interface representing a parser token.
The parser tokens can be:
The BlockingIOAdapter is returning a CloseableIterator of ParserTokens.
| Modifier and Type | Interface and Description |
|---|---|
static class |
BlockingIOAdapter.ParserToken.Type
Type of a token: part, nested (start) and nested (end)
|
| Modifier and Type | Method and Description |
|---|---|
BlockingIOAdapter.ParserToken.Type |
getType()
Returns the type of the part
|
BlockingIOAdapter.ParserToken.Type getType()
Returns the type of the part
Copyright © 2017. All rights reserved.