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 voidQDLParserBaseListener. enterUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)Enter a parse tree produced by theunaryApplyExpressionlabeled alternative inQDLParserParser.expression().voidQDLParserListener. enterUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)Enter a parse tree produced by theunaryApplyExpressionlabeled alternative inQDLParserParser.expression().voidQDLParserBaseListener. exitUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)Exit a parse tree produced by theunaryApplyExpressionlabeled alternative inQDLParserParser.expression().voidQDLParserListener. exitUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)Exit a parse tree produced by theunaryApplyExpressionlabeled 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 voidQDLListener. enterUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)voidQDLListener. exitUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)
-