Uses of Class
org.qdl_lang.generated.QDLParserParser.UnaryApplyExpressionContext
-
Packages that use QDLParserParser.UnaryApplyExpressionContext Package Description org.qdl_lang.generated org.qdl_lang.parsing Classes that support parsing and the parser itself. -
-
Uses of QDLParserParser.UnaryApplyExpressionContext in org.qdl_lang.generated
Methods in org.qdl_lang.generated with parameters of type QDLParserParser.UnaryApplyExpressionContext Modifier and Type Method Description void
QDLParserBaseListener. enterUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)
Enter a parse tree produced by theunaryApplyExpression
labeled alternative inQDLParserParser.expression()
.void
QDLParserListener. enterUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)
Enter a parse tree produced by theunaryApplyExpression
labeled alternative inQDLParserParser.expression()
.void
QDLParserBaseListener. exitUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)
Exit a parse tree produced by theunaryApplyExpression
labeled alternative inQDLParserParser.expression()
.void
QDLParserListener. exitUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)
Exit a parse tree produced by theunaryApplyExpression
labeled alternative inQDLParserParser.expression()
. -
Uses of QDLParserParser.UnaryApplyExpressionContext in org.qdl_lang.parsing
Methods in org.qdl_lang.parsing with parameters of type QDLParserParser.UnaryApplyExpressionContext Modifier and Type Method Description void
QDLListener. enterUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)
void
QDLListener. exitUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)
-