Class PhonexBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
PhonexVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
PhonexVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced by theAnyElementClasslabeled alternative inPhonexParser.predefined_phone_class().Visit a parse tree produced byPhonexParser.argument().Visit a parse tree produced byPhonexParser.argument_list().Visit a parse tree produced by theAtLeastBoundedQuantifierlabeled alternative inPhonexParser.bounded_quantifier().Visit a parse tree produced by theAtMostBoundedQuantifierlabeled alternative inPhonexParser.bounded_quantifier().Visit a parse tree produced byPhonexParser.back_reference().Visit a parse tree produced by theBackReferencelabeled alternative inPhonexParser.matcher().Visit a parse tree produced byPhonexParser.base_phone_matcher().Visit a parse tree produced byPhonexParser.baseexpr().Visit a parse tree produced by theBaseMatcherlabeled alternative inPhonexParser.matcher().Visit a parse tree produced by theBetweenBoundedQuantifierlabeled alternative inPhonexParser.bounded_quantifier().Visit a parse tree produced byPhonexParser.boundary_matcher().Visit a parse tree produced by theBoundedQuantifierlabeled alternative inPhonexParser.quantifier().Visit a parse tree produced by theCapturingGrouplabeled alternative inPhonexParser.group().Visit a parse tree produced byPhonexParser.class_matcher().Visit a parse tree produced byPhonexParser.compound_phone_matcher().Visit a parse tree produced by theCompoundPhoneMatcherlabeled alternative inPhonexParser.base_matcher().Visit a parse tree produced by theDiacriticMatcherlabeled alternative inPhonexParser.plugin_matcher().Visit a parse tree produced byPhonexParser.escaped_char().Visit a parse tree produced by theEscapedClasslabeled alternative inPhonexParser.predefined_phone_class().Visit a parse tree produced by theExactBoundedQuantifierlabeled alternative inPhonexParser.bounded_quantifier().Visit a parse tree produced byPhonexParser.expr().Visit a parse tree produced byPhonexParser.exprele().Visit a parse tree produced byPhonexParser.feature_set_matcher().Visit a parse tree produced byPhonexParser.flags().Visit a parse tree produced by theFromSyllableBoundslabeled alternative inPhonexParser.syllable_bounds().Visit a parse tree produced by theFullSyllableBoundslabeled alternative inPhonexParser.syllable_bounds().Visit a parse tree produced byPhonexParser.group_name().Visit a parse tree produced by theHalflongMatcherlabeled alternative inPhonexParser.plugin_matcher().Visit a parse tree produced byPhonexParser.hex_value().Visit a parse tree produced byPhonexParser.identifier().Visit a parse tree produced by theLongMatcherlabeled alternative inPhonexParser.plugin_matcher().Visit a parse tree produced by theLookAheadGrouplabeled alternative inPhonexParser.group().Visit a parse tree produced by theLookBehindGrouplabeled alternative inPhonexParser.group().Visit a parse tree produced by theNamedGrouplabeled alternative inPhonexParser.group().Visit a parse tree produced byPhonexParser.negatable_identifier().Visit a parse tree produced by theNonCapturingGrouplabeled alternative inPhonexParser.group().Visit a parse tree produced byPhonexParser.phone_matcher().Visit a parse tree produced by thePhoneMatcherlabeled alternative inPhonexParser.base_matcher().Visit a parse tree produced by thePluginMatcherlabeled alternative inPhonexParser.plugin_matcher().Visit a parse tree produced byPhonexParser.regex_matcher().Visit a parse tree produced byPhonexParser.sctype().Visit a parse tree produced by theScTypePluginMatcherlabeled alternative inPhonexParser.plugin_matcher().Visit a parse tree produced by theSingleQuantifierlabeled alternative inPhonexParser.quantifier().Visit a parse tree produced by theSingleSyllableBoundslabeled alternative inPhonexParser.syllable_bounds().Visit a parse tree produced byPhonexParser.stress_type().Visit a parse tree produced by theStressTypeMatcherlabeled alternative inPhonexParser.plugin_matcher().Visit a parse tree produced byPhonexParser.syllable_matcher().Visit a parse tree produced by theSyllableMatcherlabeled alternative inPhonexParser.matcher().Visit a parse tree produced by theToSyllableBoundslabeled alternative inPhonexParser.syllable_bounds().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
PhonexBaseVisitor
public PhonexBaseVisitor()
-
-
Method Details
-
visitExpr
Visit a parse tree produced byPhonexParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlags
Visit a parse tree produced byPhonexParser.flags().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlagsin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBaseexpr
Visit a parse tree produced byPhonexParser.baseexpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBaseexprin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprele
Visit a parse tree produced byPhonexParser.exprele().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprelein interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCapturingGroup
Visit a parse tree produced by theCapturingGrouplabeled alternative inPhonexParser.group().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCapturingGroupin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonCapturingGroup
Visit a parse tree produced by theNonCapturingGrouplabeled alternative inPhonexParser.group().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonCapturingGroupin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNamedGroup
Visit a parse tree produced by theNamedGrouplabeled alternative inPhonexParser.group().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamedGroupin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLookBehindGroup
Visit a parse tree produced by theLookBehindGrouplabeled alternative inPhonexParser.group().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLookBehindGroupin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLookAheadGroup
Visit a parse tree produced by theLookAheadGrouplabeled alternative inPhonexParser.group().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLookAheadGroupin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroup_name
Visit a parse tree produced byPhonexParser.group_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroup_namein interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBaseMatcher
Visit a parse tree produced by theBaseMatcherlabeled alternative inPhonexParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBaseMatcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBackReference
Visit a parse tree produced by theBackReferencelabeled alternative inPhonexParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBackReferencein interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSyllableMatcher
Visit a parse tree produced by theSyllableMatcherlabeled alternative inPhonexParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSyllableMatcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPhoneMatcher
Visit a parse tree produced by thePhoneMatcherlabeled alternative inPhonexParser.base_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPhoneMatcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompoundPhoneMatcher
Visit a parse tree produced by theCompoundPhoneMatcherlabeled alternative inPhonexParser.base_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompoundPhoneMatcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSyllable_matcher
Visit a parse tree produced byPhonexParser.syllable_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSyllable_matcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleSyllableBounds
Visit a parse tree produced by theSingleSyllableBoundslabeled alternative inPhonexParser.syllable_bounds().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleSyllableBoundsin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullSyllableBounds
Visit a parse tree produced by theFullSyllableBoundslabeled alternative inPhonexParser.syllable_bounds().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullSyllableBoundsin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromSyllableBounds
Visit a parse tree produced by theFromSyllableBoundslabeled alternative inPhonexParser.syllable_bounds().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromSyllableBoundsin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitToSyllableBounds
Visit a parse tree produced by theToSyllableBoundslabeled alternative inPhonexParser.syllable_bounds().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitToSyllableBoundsin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompound_phone_matcher
Visit a parse tree produced byPhonexParser.compound_phone_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompound_phone_matcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPhone_matcher
Visit a parse tree produced byPhonexParser.phone_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPhone_matcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBase_phone_matcher
Visit a parse tree produced byPhonexParser.base_phone_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBase_phone_matcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHex_value
Visit a parse tree produced byPhonexParser.hex_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHex_valuein interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEscaped_char
Visit a parse tree produced byPhonexParser.escaped_char().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEscaped_charin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClass_matcher
Visit a parse tree produced byPhonexParser.class_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClass_matcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPluginMatcher
Visit a parse tree produced by thePluginMatcherlabeled alternative inPhonexParser.plugin_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPluginMatcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScTypePluginMatcher
Visit a parse tree produced by theScTypePluginMatcherlabeled alternative inPhonexParser.plugin_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScTypePluginMatcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiacriticMatcher
Visit a parse tree produced by theDiacriticMatcherlabeled alternative inPhonexParser.plugin_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiacriticMatcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStressTypeMatcher
Visit a parse tree produced by theStressTypeMatcherlabeled alternative inPhonexParser.plugin_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStressTypeMatcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLongMatcher
Visit a parse tree produced by theLongMatcherlabeled alternative inPhonexParser.plugin_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLongMatcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHalflongMatcher
Visit a parse tree produced by theHalflongMatcherlabeled alternative inPhonexParser.plugin_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHalflongMatcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgument
Visit a parse tree produced byPhonexParser.argument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgumentin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgument_list
Visit a parse tree produced byPhonexParser.argument_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgument_listin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBack_reference
Visit a parse tree produced byPhonexParser.back_reference().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBack_referencein interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFeature_set_matcher
Visit a parse tree produced byPhonexParser.feature_set_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFeature_set_matcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
Visit a parse tree produced byPhonexParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNegatable_identifier
Visit a parse tree produced byPhonexParser.negatable_identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNegatable_identifierin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleQuantifier
Visit a parse tree produced by theSingleQuantifierlabeled alternative inPhonexParser.quantifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleQuantifierin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBoundedQuantifier
Visit a parse tree produced by theBoundedQuantifierlabeled alternative inPhonexParser.quantifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBoundedQuantifierin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExactBoundedQuantifier
Visit a parse tree produced by theExactBoundedQuantifierlabeled alternative inPhonexParser.bounded_quantifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExactBoundedQuantifierin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtLeastBoundedQuantifier
Visit a parse tree produced by theAtLeastBoundedQuantifierlabeled alternative inPhonexParser.bounded_quantifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAtLeastBoundedQuantifierin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtMostBoundedQuantifier
Visit a parse tree produced by theAtMostBoundedQuantifierlabeled alternative inPhonexParser.bounded_quantifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAtMostBoundedQuantifierin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBetweenBoundedQuantifier
Visit a parse tree produced by theBetweenBoundedQuantifierlabeled alternative inPhonexParser.bounded_quantifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBetweenBoundedQuantifierin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyElementClass
Visit a parse tree produced by theAnyElementClasslabeled alternative inPhonexParser.predefined_phone_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnyElementClassin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEscapedClass
Visit a parse tree produced by theEscapedClasslabeled alternative inPhonexParser.predefined_phone_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEscapedClassin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBoundary_matcher
Visit a parse tree produced byPhonexParser.boundary_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBoundary_matcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStress_type
Visit a parse tree produced byPhonexParser.stress_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStress_typein interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSctype
Visit a parse tree produced byPhonexParser.sctype().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSctypein interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegex_matcher
Visit a parse tree produced byPhonexParser.regex_matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegex_matcherin interfacePhonexVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-