| Modifier and Type | Field and Description |
|---|---|
SqlBaseParser.ConstantContext |
SqlBaseParser.SelectIndexStatementContext.alpha |
SqlBaseParser.ConstantContext |
SqlBaseParser.SelectIndexStatementContext.beta |
SqlBaseParser.ConstantContext |
SqlBaseParser.SelectIndexStatementContext.epsilon |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.ConstantContext |
SqlBaseParser.constant() |
SqlBaseParser.ConstantContext |
SqlBaseParser.PredicateContext.constant() |
SqlBaseParser.ConstantContext |
SqlBaseParser.SetColContext.constant() |
SqlBaseParser.ConstantContext |
SqlBaseParser.PropertyValueContext.constant() |
SqlBaseParser.ConstantContext |
SqlBaseParser.SelectIndexStatementContext.constant(int i) |
SqlBaseParser.ConstantContext |
SqlBaseParser.InClauseContext.constant(int i) |
SqlBaseParser.ConstantContext |
SqlBaseParser.InsertValuesSpecContext.constant(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SqlBaseParser.ConstantContext> |
SqlBaseParser.SelectIndexStatementContext.constant() |
List<SqlBaseParser.ConstantContext> |
SqlBaseParser.InClauseContext.constant() |
List<SqlBaseParser.ConstantContext> |
SqlBaseParser.InsertValuesSpecContext.constant() |
| Modifier and Type | Method and Description |
|---|---|
T |
SqlBaseBaseVisitor.visitConstant(SqlBaseParser.ConstantContext ctx)
Visit a parse tree produced by
SqlBaseParser.constant(). |
T |
SqlBaseVisitor.visitConstant(SqlBaseParser.ConstantContext ctx)
Visit a parse tree produced by
SqlBaseParser.constant(). |
Copyright © 2020 The Apache Software Foundation. All rights reserved.