Class UnicodeIPABaseVisitor<T>
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Implemented Interfaces:
UnicodeIPAVisitor<T>
,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
UnicodeIPAVisitor
,
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 byUnicodeIPAParser.alignment()
.Visit a parse tree produced byUnicodeIPAParser.base_phone()
.Visit a parse tree produced by theCompoundPhone
labeled alternative inUnicodeIPAParser.phone()
.Visit a parse tree produced by theCompoundWord
labeled alternative inUnicodeIPAParser.word()
.Visit a parse tree produced by theCompoundWordMarker
labeled alternative inUnicodeIPAParser.compound_word_marker()
.Visit a parse tree produced by theGroupNameRef
labeled alternative inUnicodeIPAParser.phonex_matcher_ref()
.Visit a parse tree produced by theGroupNumberRef
labeled alternative inUnicodeIPAParser.phonex_matcher_ref()
.Visit a parse tree produced byUnicodeIPAParser.intra_word_pause()
.Visit a parse tree produced byUnicodeIPAParser.ipa_element()
.Visit a parse tree produced by theLongPause
labeled alternative inUnicodeIPAParser.pause_length()
.Visit a parse tree produced by theMajorGroup
labeled alternative inUnicodeIPAParser.syllable_boundary()
.Visit a parse tree produced by theMediumPause
labeled alternative inUnicodeIPAParser.pause_length()
.Visit a parse tree produced by theMinorGroup
labeled alternative inUnicodeIPAParser.syllable_boundary()
.Visit a parse tree produced byUnicodeIPAParser.pause()
.Visit a parse tree produced byUnicodeIPAParser.phone_length()
.Visit a parse tree produced byUnicodeIPAParser.prefix_section()
.Visit a parse tree produced by thePrefixDiacritic
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.Visit a parse tree produced by thePrefixDiacriticLigature
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.Visit a parse tree produced by thePrefixDiacriticRoleReversed
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.Visit a parse tree produced by thePrimaryStress
labeled alternative inUnicodeIPAParser.stress()
.Visit a parse tree produced by theSandhiMarker
labeled alternative inUnicodeIPAParser.sandhi()
.Visit a parse tree produced byUnicodeIPAParser.sctype()
.Visit a parse tree produced by theSecondaryStress
labeled alternative inUnicodeIPAParser.stress()
.Visit a parse tree produced by theShortPause
labeled alternative inUnicodeIPAParser.pause_length()
.Visit a parse tree produced by theSimpleWord
labeled alternative inUnicodeIPAParser.word()
.Visit a parse tree produced by theSinglePhone
labeled alternative inUnicodeIPAParser.phone()
.Visit a parse tree produced byUnicodeIPAParser.start()
.Visit a parse tree produced byUnicodeIPAParser.suffix_section()
.Visit a parse tree produced by theSuffixDiacritic
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.Visit a parse tree produced by theSuffixDiacriticLigature
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.Visit a parse tree produced by theSuffixDiacriticRoleReversed
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.Visit a parse tree produced by theSyllableBoundary
labeled alternative inUnicodeIPAParser.syllable_boundary()
.Visit a parse tree produced byUnicodeIPAParser.tone_number()
.Visit a parse tree produced byUnicodeIPAParser.transcription()
.Visit a parse tree produced by theWhiteSpace
labeled alternative inUnicodeIPAParser.word_boundary()
.Visit a parse tree produced by theWordPause
labeled alternative inUnicodeIPAParser.word()
.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
-
UnicodeIPABaseVisitor
public UnicodeIPABaseVisitor()
-
-
Method Details
-
visitStart
Visit a parse tree produced byUnicodeIPAParser.start()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStart
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTranscription
Visit a parse tree produced byUnicodeIPAParser.transcription()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTranscription
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhiteSpace
Visit a parse tree produced by theWhiteSpace
labeled alternative inUnicodeIPAParser.word_boundary()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhiteSpace
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleWord
Visit a parse tree produced by theSimpleWord
labeled alternative inUnicodeIPAParser.word()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSimpleWord
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWordPause
Visit a parse tree produced by theWordPause
labeled alternative inUnicodeIPAParser.word()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWordPause
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCompoundWord
Visit a parse tree produced by theCompoundWord
labeled alternative inUnicodeIPAParser.word()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCompoundWord
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIpa_element
Visit a parse tree produced byUnicodeIPAParser.ipa_element()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIpa_element
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrimaryStress
Visit a parse tree produced by thePrimaryStress
labeled alternative inUnicodeIPAParser.stress()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPrimaryStress
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSecondaryStress
Visit a parse tree produced by theSecondaryStress
labeled alternative inUnicodeIPAParser.stress()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSecondaryStress
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCompoundPhone
Visit a parse tree produced by theCompoundPhone
labeled alternative inUnicodeIPAParser.phone()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCompoundPhone
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSinglePhone
Visit a parse tree produced by theSinglePhone
labeled alternative inUnicodeIPAParser.phone()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSinglePhone
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBase_phone
Visit a parse tree produced byUnicodeIPAParser.base_phone()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBase_phone
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrefix_section
Visit a parse tree produced byUnicodeIPAParser.prefix_section()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPrefix_section
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrefixDiacritic
Visit a parse tree produced by thePrefixDiacritic
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPrefixDiacritic
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrefixDiacriticRoleReversed
Visit a parse tree produced by thePrefixDiacriticRoleReversed
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPrefixDiacriticRoleReversed
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrefixDiacriticLigature
Visit a parse tree produced by thePrefixDiacriticLigature
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPrefixDiacriticLigature
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSuffix_section
Visit a parse tree produced byUnicodeIPAParser.suffix_section()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSuffix_section
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTone_number
Visit a parse tree produced byUnicodeIPAParser.tone_number()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTone_number
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSuffixDiacritic
Visit a parse tree produced by theSuffixDiacritic
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSuffixDiacritic
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSuffixDiacriticRoleReversed
Visit a parse tree produced by theSuffixDiacriticRoleReversed
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSuffixDiacriticRoleReversed
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSuffixDiacriticLigature
Visit a parse tree produced by theSuffixDiacriticLigature
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSuffixDiacriticLigature
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPhone_length
Visit a parse tree produced byUnicodeIPAParser.phone_length()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPhone_length
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSyllableBoundary
Visit a parse tree produced by theSyllableBoundary
labeled alternative inUnicodeIPAParser.syllable_boundary()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSyllableBoundary
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMinorGroup
Visit a parse tree produced by theMinorGroup
labeled alternative inUnicodeIPAParser.syllable_boundary()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMinorGroup
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMajorGroup
Visit a parse tree produced by theMajorGroup
labeled alternative inUnicodeIPAParser.syllable_boundary()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMajorGroup
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCompoundWordMarker
Visit a parse tree produced by theCompoundWordMarker
labeled alternative inUnicodeIPAParser.compound_word_marker()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCompoundWordMarker
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSandhiMarker
Visit a parse tree produced by theSandhiMarker
labeled alternative inUnicodeIPAParser.sandhi()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSandhiMarker
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIntra_word_pause
Visit a parse tree produced byUnicodeIPAParser.intra_word_pause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitIntra_word_pause
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPause
Visit a parse tree produced byUnicodeIPAParser.pause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPause
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShortPause
Visit a parse tree produced by theShortPause
labeled alternative inUnicodeIPAParser.pause_length()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShortPause
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediumPause
Visit a parse tree produced by theMediumPause
labeled alternative inUnicodeIPAParser.pause_length()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMediumPause
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLongPause
Visit a parse tree produced by theLongPause
labeled alternative inUnicodeIPAParser.pause_length()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLongPause
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroupNumberRef
Visit a parse tree produced by theGroupNumberRef
labeled alternative inUnicodeIPAParser.phonex_matcher_ref()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGroupNumberRef
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroupNameRef
Visit a parse tree produced by theGroupNameRef
labeled alternative inUnicodeIPAParser.phonex_matcher_ref()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGroupNameRef
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSctype
Visit a parse tree produced byUnicodeIPAParser.sctype()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSctype
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAlignment
Visit a parse tree produced byUnicodeIPAParser.alignment()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAlignment
in interfaceUnicodeIPAVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-