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