| Modifier and Type | Method and Description |
|---|---|
HqlParser.InsertStatementContext |
HqlParser.insertStatement() |
HqlParser.InsertStatementContext |
HqlParser.StatementContext.insertStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
HqlParserListener.enterInsertStatement(HqlParser.InsertStatementContext ctx)
Enter a parse tree produced by
HqlParser.insertStatement(). |
void |
HqlParserBaseListener.enterInsertStatement(HqlParser.InsertStatementContext ctx)
Enter a parse tree produced by
HqlParser.insertStatement(). |
void |
HqlParserListener.exitInsertStatement(HqlParser.InsertStatementContext ctx)
Exit a parse tree produced by
HqlParser.insertStatement(). |
void |
HqlParserBaseListener.exitInsertStatement(HqlParser.InsertStatementContext ctx)
Exit a parse tree produced by
HqlParser.insertStatement(). |
T |
HqlParserBaseVisitor.visitInsertStatement(HqlParser.InsertStatementContext ctx)
Visit a parse tree produced by
HqlParser.insertStatement(). |
T |
HqlParserVisitor.visitInsertStatement(HqlParser.InsertStatementContext ctx)
Visit a parse tree produced by
HqlParser.insertStatement(). |
Copyright © 2019 JBoss by Red Hat. All rights reserved.