Class PhonexBaseVisitor<T>
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for 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
-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced by theAnyElementClass
labeled 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 theAtLeastBoundedQuantifier
labeled alternative inPhonexParser.bounded_quantifier()
.Visit a parse tree produced by theAtMostBoundedQuantifier
labeled alternative inPhonexParser.bounded_quantifier()
.Visit a parse tree produced byPhonexParser.back_reference()
.Visit a parse tree produced by theBackReference
labeled 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 theBaseMatcher
labeled alternative inPhonexParser.matcher()
.Visit a parse tree produced by theBetweenBoundedQuantifier
labeled alternative inPhonexParser.bounded_quantifier()
.Visit a parse tree produced byPhonexParser.boundary_matcher()
.Visit a parse tree produced by theBoundedQuantifier
labeled alternative inPhonexParser.quantifier()
.Visit a parse tree produced by theCapturingGroup
labeled 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 theCompoundPhoneMatcher
labeled alternative inPhonexParser.base_matcher()
.Visit a parse tree produced by theDiacriticMatcher
labeled alternative inPhonexParser.plugin_matcher()
.Visit a parse tree produced byPhonexParser.escaped_char()
.Visit a parse tree produced by theEscapedClass
labeled alternative inPhonexParser.predefined_phone_class()
.Visit a parse tree produced by theExactBoundedQuantifier
labeled 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 theFromSyllableBounds
labeled alternative inPhonexParser.syllable_bounds()
.Visit a parse tree produced by theFullSyllableBounds
labeled alternative inPhonexParser.syllable_bounds()
.Visit a parse tree produced byPhonexParser.group_name()
.Visit a parse tree produced by theHalflongMatcher
labeled 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 theLongMatcher
labeled alternative inPhonexParser.plugin_matcher()
.Visit a parse tree produced by theLookAheadGroup
labeled alternative inPhonexParser.group()
.Visit a parse tree produced by theLookBehindGroup
labeled alternative inPhonexParser.group()
.Visit a parse tree produced by theNamedGroup
labeled alternative inPhonexParser.group()
.Visit a parse tree produced byPhonexParser.negatable_identifier()
.Visit a parse tree produced by theNonCapturingGroup
labeled alternative inPhonexParser.group()
.Visit a parse tree produced byPhonexParser.phone_matcher()
.Visit a parse tree produced by thePhoneMatcher
labeled alternative inPhonexParser.base_matcher()
.Visit a parse tree produced by thePluginMatcher
labeled 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 theScTypePluginMatcher
labeled alternative inPhonexParser.plugin_matcher()
.Visit a parse tree produced by theSingleQuantifier
labeled alternative inPhonexParser.quantifier()
.Visit a parse tree produced by theSingleSyllableBounds
labeled alternative inPhonexParser.syllable_bounds()
.Visit a parse tree produced byPhonexParser.stress_type()
.Visit a parse tree produced by theStressTypeMatcher
labeled alternative inPhonexParser.plugin_matcher()
.Visit a parse tree produced byPhonexParser.syllable_matcher()
.Visit a parse tree produced by theSyllableMatcher
labeled alternative inPhonexParser.matcher()
.Visit a parse tree produced by theToSyllableBounds
labeled alternative inPhonexParser.syllable_bounds()
.Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
visitExpr
in 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:
visitFlags
in 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:
visitBaseexpr
in 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:
visitExprele
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCapturingGroup
Visit a parse tree produced by theCapturingGroup
labeled alternative inPhonexParser.group()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCapturingGroup
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNonCapturingGroup
Visit a parse tree produced by theNonCapturingGroup
labeled alternative inPhonexParser.group()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNonCapturingGroup
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNamedGroup
Visit a parse tree produced by theNamedGroup
labeled alternative inPhonexParser.group()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNamedGroup
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLookBehindGroup
Visit a parse tree produced by theLookBehindGroup
labeled alternative inPhonexParser.group()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLookBehindGroup
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLookAheadGroup
Visit a parse tree produced by theLookAheadGroup
labeled alternative inPhonexParser.group()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLookAheadGroup
in 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_name
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBaseMatcher
Visit a parse tree produced by theBaseMatcher
labeled alternative inPhonexParser.matcher()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBaseMatcher
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBackReference
Visit a parse tree produced by theBackReference
labeled alternative inPhonexParser.matcher()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBackReference
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSyllableMatcher
Visit a parse tree produced by theSyllableMatcher
labeled alternative inPhonexParser.matcher()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSyllableMatcher
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPhoneMatcher
Visit a parse tree produced by thePhoneMatcher
labeled alternative inPhonexParser.base_matcher()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPhoneMatcher
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCompoundPhoneMatcher
Visit a parse tree produced by theCompoundPhoneMatcher
labeled alternative inPhonexParser.base_matcher()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCompoundPhoneMatcher
in 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_matcher
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSingleSyllableBounds
Visit a parse tree produced by theSingleSyllableBounds
labeled alternative inPhonexParser.syllable_bounds()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSingleSyllableBounds
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFullSyllableBounds
Visit a parse tree produced by theFullSyllableBounds
labeled alternative inPhonexParser.syllable_bounds()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFullSyllableBounds
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFromSyllableBounds
Visit a parse tree produced by theFromSyllableBounds
labeled alternative inPhonexParser.syllable_bounds()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFromSyllableBounds
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitToSyllableBounds
Visit a parse tree produced by theToSyllableBounds
labeled alternative inPhonexParser.syllable_bounds()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitToSyllableBounds
in 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_matcher
in 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_matcher
in 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_matcher
in 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_value
in 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_char
in 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_matcher
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPluginMatcher
Visit a parse tree produced by thePluginMatcher
labeled alternative inPhonexParser.plugin_matcher()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPluginMatcher
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitScTypePluginMatcher
Visit a parse tree produced by theScTypePluginMatcher
labeled alternative inPhonexParser.plugin_matcher()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitScTypePluginMatcher
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDiacriticMatcher
Visit a parse tree produced by theDiacriticMatcher
labeled alternative inPhonexParser.plugin_matcher()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDiacriticMatcher
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStressTypeMatcher
Visit a parse tree produced by theStressTypeMatcher
labeled alternative inPhonexParser.plugin_matcher()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStressTypeMatcher
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLongMatcher
Visit a parse tree produced by theLongMatcher
labeled alternative inPhonexParser.plugin_matcher()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLongMatcher
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHalflongMatcher
Visit a parse tree produced by theHalflongMatcher
labeled alternative inPhonexParser.plugin_matcher()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHalflongMatcher
in 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:
visitArgument
in 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_list
in 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_reference
in 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_matcher
in 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:
visitIdentifier
in 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_identifier
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSingleQuantifier
Visit a parse tree produced by theSingleQuantifier
labeled alternative inPhonexParser.quantifier()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSingleQuantifier
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBoundedQuantifier
Visit a parse tree produced by theBoundedQuantifier
labeled alternative inPhonexParser.quantifier()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBoundedQuantifier
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExactBoundedQuantifier
Visit a parse tree produced by theExactBoundedQuantifier
labeled alternative inPhonexParser.bounded_quantifier()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExactBoundedQuantifier
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAtLeastBoundedQuantifier
Visit a parse tree produced by theAtLeastBoundedQuantifier
labeled alternative inPhonexParser.bounded_quantifier()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAtLeastBoundedQuantifier
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAtMostBoundedQuantifier
Visit a parse tree produced by theAtMostBoundedQuantifier
labeled alternative inPhonexParser.bounded_quantifier()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAtMostBoundedQuantifier
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBetweenBoundedQuantifier
Visit a parse tree produced by theBetweenBoundedQuantifier
labeled alternative inPhonexParser.bounded_quantifier()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBetweenBoundedQuantifier
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnyElementClass
Visit a parse tree produced by theAnyElementClass
labeled alternative inPhonexParser.predefined_phone_class()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAnyElementClass
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEscapedClass
Visit a parse tree produced by theEscapedClass
labeled alternative inPhonexParser.predefined_phone_class()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitEscapedClass
in 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_matcher
in 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_type
in 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:
visitSctype
in 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_matcher
in interfacePhonexVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-