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