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