| Modifier and Type | Method and Description |
|---|---|
void |
HqlParserListener.enterUnaryMinusExpression(HqlParser.UnaryMinusExpressionContext ctx)
Enter a parse tree produced by the
UnaryMinusExpression
labeled alternative in HqlParser.expression(). |
void |
HqlParserBaseListener.enterUnaryMinusExpression(HqlParser.UnaryMinusExpressionContext ctx)
Enter a parse tree produced by the
UnaryMinusExpression
labeled alternative in HqlParser.expression(). |
void |
HqlParserListener.exitUnaryMinusExpression(HqlParser.UnaryMinusExpressionContext ctx)
Exit a parse tree produced by the
UnaryMinusExpression
labeled alternative in HqlParser.expression(). |
void |
HqlParserBaseListener.exitUnaryMinusExpression(HqlParser.UnaryMinusExpressionContext ctx)
Exit a parse tree produced by the
UnaryMinusExpression
labeled alternative in HqlParser.expression(). |
T |
HqlParserBaseVisitor.visitUnaryMinusExpression(HqlParser.UnaryMinusExpressionContext ctx)
Visit a parse tree produced by the
UnaryMinusExpression
labeled alternative in HqlParser.expression(). |
T |
HqlParserVisitor.visitUnaryMinusExpression(HqlParser.UnaryMinusExpressionContext ctx)
Visit a parse tree produced by the
UnaryMinusExpression
labeled alternative in HqlParser.expression(). |
Copyright © 2019 JBoss by Red Hat. All rights reserved.