| Modifier and Type | Method and Description |
|---|---|
HqlParser.QuerySpecContext |
HqlParser.querySpec() |
HqlParser.QuerySpecContext |
HqlParser.SelectStatementContext.querySpec() |
HqlParser.QuerySpecContext |
HqlParser.InsertStatementContext.querySpec() |
HqlParser.QuerySpecContext |
HqlParser.SubQueryExpressionContext.querySpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
HqlParserListener.enterQuerySpec(HqlParser.QuerySpecContext ctx)
Enter a parse tree produced by
HqlParser.querySpec(). |
void |
HqlParserBaseListener.enterQuerySpec(HqlParser.QuerySpecContext ctx)
Enter a parse tree produced by
HqlParser.querySpec(). |
void |
HqlParserListener.exitQuerySpec(HqlParser.QuerySpecContext ctx)
Exit a parse tree produced by
HqlParser.querySpec(). |
void |
HqlParserBaseListener.exitQuerySpec(HqlParser.QuerySpecContext ctx)
Exit a parse tree produced by
HqlParser.querySpec(). |
T |
HqlParserBaseVisitor.visitQuerySpec(HqlParser.QuerySpecContext ctx)
Visit a parse tree produced by
HqlParser.querySpec(). |
T |
HqlParserVisitor.visitQuerySpec(HqlParser.QuerySpecContext ctx)
Visit a parse tree produced by
HqlParser.querySpec(). |
Copyright © 2019 JBoss by Red Hat. All rights reserved.