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