| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.AndExpressionContext |
SqlBaseParser.andExpression() |
SqlBaseParser.AndExpressionContext |
SqlBaseParser.OrExpressionContext.andExpression(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SqlBaseParser.AndExpressionContext> |
SqlBaseParser.OrExpressionContext.andExpression() |
| Modifier and Type | Method and Description |
|---|---|
T |
SqlBaseBaseVisitor.visitAndExpression(SqlBaseParser.AndExpressionContext ctx)
Visit a parse tree produced by
SqlBaseParser.andExpression(). |
T |
SqlBaseVisitor.visitAndExpression(SqlBaseParser.AndExpressionContext ctx)
Visit a parse tree produced by
SqlBaseParser.andExpression(). |
Copyright © 2020 The Apache Software Foundation. All rights reserved.