| Interface | Description |
|---|---|
| ParseRexNodeVisitor<T> |
This interface defines a complete generic visitor for a parse tree produced
by
ParseRexNodeParser. |
| Class | Description |
|---|---|
| Alphabet | |
| Keyword | |
| Literals | |
| ParseRexNodeBaseVisitor<T> |
This class provides an empty implementation of
ParseRexNodeVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods. |
| ParseRexNodeLexer | |
| ParseRexNodeParser | |
| ParseRexNodeParser.ArgListContext | |
| ParseRexNodeParser.ArgRangeContext | |
| ParseRexNodeParser.ArgRangeListContext | |
| ParseRexNodeParser.CastContext | |
| ParseRexNodeParser.ConstantContext | |
| ParseRexNodeParser.ExpressionContext | |
| ParseRexNodeParser.InputContext | |
| ParseRexNodeParser.InputRefContext | |
| ParseRexNodeParser.OpContext | |
| ParseRexNodeParser.ParameterContext | |
| ParseRexNodeParser.ParamWithTypeContext | |
| ParseRexNodeParser.SearchArgsContext | |
| ParseRexNodeParser.TypeContext | |
| Symbol |
Copyright © 2023 The Apache Software Foundation. All rights reserved.