| Interface | Description |
|---|---|
| QueryListener |
This interface defines a complete listener for a parse tree produced by
QueryParser. |
| Class | Description |
|---|---|
| QueryBaseListener |
This class provides an empty implementation of
QueryListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods. |
| QueryLexer | |
| QueryParser | |
| QueryParser.AndContext | |
| QueryParser.EqContext | |
| QueryParser.ExprContext | |
| QueryParser.GtContext | |
| QueryParser.GteContext | |
| QueryParser.KeyvalueContext | |
| QueryParser.LtContext | |
| QueryParser.LteContext | |
| QueryParser.NotContext | |
| QueryParser.OrContext | |
| QueryParser.QueryContext | |
| QueryParser.StringContext |