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