@PublicSpi public interface ParsingListener
Modifier and Type | Interface and Description |
---|---|
static interface |
ParsingListener.Token
This represents a token that has been parsed
|
Modifier and Type | Field and Description |
---|---|
static ParsingListener |
NOOP
A NoOp implementation of
ParsingListener |
Modifier and Type | Method and Description |
---|---|
void |
onToken(ParsingListener.Token token)
This is called for each token found during parsing
|
static final ParsingListener NOOP
ParsingListener
void onToken(ParsingListener.Token token)
token
- the token found