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