| Package | Description |
|---|---|
| org.apache.shardingsphere.distsql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
CommonDistSQLStatementParser.LabelContext |
CommonDistSQLStatementParser.label() |
CommonDistSQLStatementParser.LabelContext |
CommonDistSQLStatementParser.LabelInstanceContext.label(int i) |
CommonDistSQLStatementParser.LabelContext |
CommonDistSQLStatementParser.UnlabelInstanceContext.label(int i) |
CommonDistSQLStatementParser.LabelContext |
CommonDistSQLStatementParser.LabelDefinitionContext.label(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<CommonDistSQLStatementParser.LabelContext> |
CommonDistSQLStatementParser.LabelInstanceContext.label() |
List<CommonDistSQLStatementParser.LabelContext> |
CommonDistSQLStatementParser.UnlabelInstanceContext.label() |
List<CommonDistSQLStatementParser.LabelContext> |
CommonDistSQLStatementParser.LabelDefinitionContext.label() |
| Modifier and Type | Method and Description |
|---|---|
T |
CommonDistSQLStatementBaseVisitor.visitLabel(CommonDistSQLStatementParser.LabelContext ctx)
Visit a parse tree produced by
CommonDistSQLStatementParser.label(). |
T |
CommonDistSQLStatementVisitor.visitLabel(CommonDistSQLStatementParser.LabelContext ctx)
Visit a parse tree produced by
CommonDistSQLStatementParser.label(). |
Copyright © 2022 The Apache Software Foundation. All rights reserved.