| Interface | Description |
|---|---|
| PredicateListener |
This interface defines a complete listener for a parse tree produced by
PredicateParser. |
| PredicateVisitor<T> |
This interface defines a complete generic visitor for a parse tree produced
by
PredicateParser. |
| Class | Description |
|---|---|
| PredicateBaseListener |
This class provides an empty implementation of
PredicateListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods. |
| PredicateBaseVisitor<T> |
This class provides an empty implementation of
PredicateVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods. |
| PredicateLexer | |
| PredicateParser | |
| PredicateParser.Boolean_filterContext | |
| PredicateParser.Column_predicateContext | |
| PredicateParser.CompilationUnitContext | |
| PredicateParser.Field_filterContext | |
| PredicateParser.PredicateContext | |
| PredicateParser.Regex_filterContext | |
| PredicateParser.ValueContext | |
| PredicateParser.VariableContext |
Copyright © 2017. All rights reserved.