Uses of Class
ca.phon.phonexg4.PhonexParser.Regex_matcherContext
Packages that use PhonexParser.Regex_matcherContext
-
Uses of PhonexParser.Regex_matcherContext in ca.phon.phonex
Methods in ca.phon.phonex with parameters of type PhonexParser.Regex_matcherContextModifier and TypeMethodDescriptionvoid
PhonexCompiler2.enterRegex_matcher
(PhonexParser.Regex_matcherContext ctx) void
PhonexCompiler2.exitRegex_matcher
(PhonexParser.Regex_matcherContext ctx) -
Uses of PhonexParser.Regex_matcherContext in ca.phon.phonexg4
Methods in ca.phon.phonexg4 that return PhonexParser.Regex_matcherContextModifier and TypeMethodDescriptionPhonexParser.Phone_matcherContext.regex_matcher()
PhonexParser.regex_matcher()
Methods in ca.phon.phonexg4 with parameters of type PhonexParser.Regex_matcherContextModifier and TypeMethodDescriptionvoid
PhonexBaseListener.enterRegex_matcher
(PhonexParser.Regex_matcherContext ctx) Enter a parse tree produced byPhonexParser.regex_matcher()
.void
PhonexListener.enterRegex_matcher
(PhonexParser.Regex_matcherContext ctx) Enter a parse tree produced byPhonexParser.regex_matcher()
.void
PhonexBaseListener.exitRegex_matcher
(PhonexParser.Regex_matcherContext ctx) Exit a parse tree produced byPhonexParser.regex_matcher()
.void
PhonexListener.exitRegex_matcher
(PhonexParser.Regex_matcherContext ctx) Exit a parse tree produced byPhonexParser.regex_matcher()
.PhonexBaseVisitor.visitRegex_matcher
(PhonexParser.Regex_matcherContext ctx) Visit a parse tree produced byPhonexParser.regex_matcher()
.PhonexVisitor.visitRegex_matcher
(PhonexParser.Regex_matcherContext ctx) Visit a parse tree produced byPhonexParser.regex_matcher()
.