| Modifier and Type | Method and Description |
|---|---|
HqlParser.SelectionContext |
HqlParser.selection() |
HqlParser.SelectionContext |
HqlParser.SelectionListContext.selection(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<HqlParser.SelectionContext> |
HqlParser.SelectionListContext.selection() |
| Modifier and Type | Method and Description |
|---|---|
void |
HqlParserListener.enterSelection(HqlParser.SelectionContext ctx)
Enter a parse tree produced by
HqlParser.selection(). |
void |
HqlParserBaseListener.enterSelection(HqlParser.SelectionContext ctx)
Enter a parse tree produced by
HqlParser.selection(). |
void |
HqlParserListener.exitSelection(HqlParser.SelectionContext ctx)
Exit a parse tree produced by
HqlParser.selection(). |
void |
HqlParserBaseListener.exitSelection(HqlParser.SelectionContext ctx)
Exit a parse tree produced by
HqlParser.selection(). |
T |
HqlParserBaseVisitor.visitSelection(HqlParser.SelectionContext ctx)
Visit a parse tree produced by
HqlParser.selection(). |
T |
HqlParserVisitor.visitSelection(HqlParser.SelectionContext ctx)
Visit a parse tree produced by
HqlParser.selection(). |
Copyright © 2019 JBoss by Red Hat. All rights reserved.