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