Uses of Class
ca.phon.phonexg4.PhonexParser.BaseMatcherContext
Packages that use PhonexParser.BaseMatcherContext
-
Uses of PhonexParser.BaseMatcherContext in ca.phon.phonex
Methods in ca.phon.phonex with parameters of type PhonexParser.BaseMatcherContextModifier and TypeMethodDescriptionvoid
PhonexCompiler2.enterBaseMatcher
(PhonexParser.BaseMatcherContext ctx) void
PhonexCompiler2.exitBaseMatcher
(PhonexParser.BaseMatcherContext ctx) -
Uses of PhonexParser.BaseMatcherContext in ca.phon.phonexg4
Methods in ca.phon.phonexg4 with parameters of type PhonexParser.BaseMatcherContextModifier and TypeMethodDescriptionvoid
PhonexBaseListener.enterBaseMatcher
(PhonexParser.BaseMatcherContext ctx) Enter a parse tree produced by theBaseMatcher
labeled alternative inPhonexParser.matcher()
.void
PhonexListener.enterBaseMatcher
(PhonexParser.BaseMatcherContext ctx) Enter a parse tree produced by theBaseMatcher
labeled alternative inPhonexParser.matcher()
.void
PhonexBaseListener.exitBaseMatcher
(PhonexParser.BaseMatcherContext ctx) Exit a parse tree produced by theBaseMatcher
labeled alternative inPhonexParser.matcher()
.void
PhonexListener.exitBaseMatcher
(PhonexParser.BaseMatcherContext ctx) Exit a parse tree produced by theBaseMatcher
labeled alternative inPhonexParser.matcher()
.PhonexBaseVisitor.visitBaseMatcher
(PhonexParser.BaseMatcherContext ctx) Visit a parse tree produced by theBaseMatcher
labeled alternative inPhonexParser.matcher()
.PhonexVisitor.visitBaseMatcher
(PhonexParser.BaseMatcherContext ctx) Visit a parse tree produced by theBaseMatcher
labeled alternative inPhonexParser.matcher()
.