Nimblesite.Lql.Core.Parsing
Classes
| Class | Description |
|---|---|
| LqlBaseListener | This class provides an empty implementation of ``, |
| LqlBaseVisitor |
This class provides an empty implementation of ``, |
| LqlLexer | |
| AndExprContext | |
| ArgContext | |
| ArgListContext | |
| ArithmeticExprContext | |
| ArithmeticFactorContext | |
| ArithmeticTermContext | |
| AtomicExprContext | |
| CaseExprContext | |
| CaseResultContext | |
| ColumnAliasContext | |
| ComparisonContext | |
| ComparisonOpContext | |
| ExistsExprContext | |
| ExprContext | |
| FunctionCallContext | |
| InExprContext | |
| LambdaExprContext | |
| LetStmtContext | |
| LogicalExprContext | |
| NamedArgContext | |
| NullCheckExprContext | |
| OrderClauseContext | |
| OrderDirectionContext | |
| PartitionClauseContext | |
| PipeExprContext | |
| ProgramContext | |
| QualifiedIdentContext | |
| StatementContext | |
| WhenClauseContext | |
| WindowSpecContext | |
| LqlParser |
Interfaces
| Interface | Description |
|---|---|
| ILqlListener | This interface defines a complete listener for a parse tree produced by |
| ILqlVisitor |
This interface defines a complete generic visitor for a parse tree produced |