Class UnicodeIPABaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor 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
Constructors -
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 theCompoundPhonelabeled alternative inUnicodeIPAParser.phone().Visit a parse tree produced by theCompoundWordlabeled alternative inUnicodeIPAParser.word().Visit a parse tree produced by theCompoundWordMarkerlabeled alternative inUnicodeIPAParser.compound_word_marker().Visit a parse tree produced by theGroupNameReflabeled alternative inUnicodeIPAParser.phonex_matcher_ref().Visit a parse tree produced by theGroupNumberReflabeled 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 theLongPauselabeled alternative inUnicodeIPAParser.pause_length().Visit a parse tree produced by theMajorGrouplabeled alternative inUnicodeIPAParser.syllable_boundary().Visit a parse tree produced by theMinorGrouplabeled alternative inUnicodeIPAParser.syllable_boundary().Visit a parse tree produced byUnicodeIPAParser.number().Visit a parse tree produced by theNumericPauselabeled alternative inUnicodeIPAParser.pause_length().Visit a parse tree produced byUnicodeIPAParser.pause().Visit a parse tree produced byUnicodeIPAParser.phone_length().Visit a parse tree produced byUnicodeIPAParser.phonetic_group().Visit a parse tree produced byUnicodeIPAParser.prefix_section().Visit a parse tree produced by thePrefixDiacriticlabeled alternative inUnicodeIPAParser.prefix_diacritic().Visit a parse tree produced by thePrefixDiacriticLigaturelabeled alternative inUnicodeIPAParser.prefix_diacritic().Visit a parse tree produced by thePrefixDiacriticRoleReversedlabeled alternative inUnicodeIPAParser.prefix_diacritic().Visit a parse tree produced by thePrimaryStresslabeled alternative inUnicodeIPAParser.stress().Visit a parse tree produced by theSandhiMarkerlabeled alternative inUnicodeIPAParser.sandhi().Visit a parse tree produced byUnicodeIPAParser.sctype().Visit a parse tree produced by theSecondaryStresslabeled alternative inUnicodeIPAParser.stress().Visit a parse tree produced by theSimplePauselabeled alternative inUnicodeIPAParser.pause_length().Visit a parse tree produced by theSimpleWordlabeled alternative inUnicodeIPAParser.word().Visit a parse tree produced by theSinglePhonelabeled alternative inUnicodeIPAParser.phone().Visit a parse tree produced byUnicodeIPAParser.start().Visit a parse tree produced byUnicodeIPAParser.suffix_section().Visit a parse tree produced by theSuffixDiacriticlabeled alternative inUnicodeIPAParser.suffix_diacritic().Visit a parse tree produced by theSuffixDiacriticLigaturelabeled alternative inUnicodeIPAParser.suffix_diacritic().Visit a parse tree produced by theSuffixDiacriticRoleReversedlabeled alternative inUnicodeIPAParser.suffix_diacritic().Visit a parse tree produced by theSyllableBoundarylabeled alternative inUnicodeIPAParser.syllable_boundary().Visit a parse tree produced byUnicodeIPAParser.time_in_minutes_seconds().Visit a parse tree produced byUnicodeIPAParser.tone_number().Visit a parse tree produced byUnicodeIPAParser.transcriptele().Visit a parse tree produced byUnicodeIPAParser.transcription().Visit a parse tree produced by theVeryLongPauselabeled alternative inUnicodeIPAParser.pause_length().Visit a parse tree produced by theWhiteSpacelabeled alternative inUnicodeIPAParser.word_boundary().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
-
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:
visitStartin 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:
visitTranscriptionin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTranscriptele
Visit a parse tree produced byUnicodeIPAParser.transcriptele().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTranscriptelein interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhiteSpace
Visit a parse tree produced by theWhiteSpacelabeled alternative inUnicodeIPAParser.word_boundary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhiteSpacein interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleWord
Visit a parse tree produced by theSimpleWordlabeled alternative inUnicodeIPAParser.word().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpleWordin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompoundWord
Visit a parse tree produced by theCompoundWordlabeled alternative inUnicodeIPAParser.word().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompoundWordin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPhonetic_group
Visit a parse tree produced byUnicodeIPAParser.phonetic_group().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPhonetic_groupin 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_elementin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryStress
Visit a parse tree produced by thePrimaryStresslabeled alternative inUnicodeIPAParser.stress().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryStressin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecondaryStress
Visit a parse tree produced by theSecondaryStresslabeled alternative inUnicodeIPAParser.stress().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSecondaryStressin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompoundPhone
Visit a parse tree produced by theCompoundPhonelabeled alternative inUnicodeIPAParser.phone().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompoundPhonein interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSinglePhone
Visit a parse tree produced by theSinglePhonelabeled alternative inUnicodeIPAParser.phone().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSinglePhonein 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_phonein 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_sectionin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrefixDiacritic
Visit a parse tree produced by thePrefixDiacriticlabeled alternative inUnicodeIPAParser.prefix_diacritic().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrefixDiacriticin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrefixDiacriticRoleReversed
Visit a parse tree produced by thePrefixDiacriticRoleReversedlabeled alternative inUnicodeIPAParser.prefix_diacritic().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrefixDiacriticRoleReversedin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrefixDiacriticLigature
Visit a parse tree produced by thePrefixDiacriticLigaturelabeled alternative inUnicodeIPAParser.prefix_diacritic().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrefixDiacriticLigaturein 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_sectionin 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_numberin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuffixDiacritic
Visit a parse tree produced by theSuffixDiacriticlabeled alternative inUnicodeIPAParser.suffix_diacritic().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSuffixDiacriticin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuffixDiacriticRoleReversed
Visit a parse tree produced by theSuffixDiacriticRoleReversedlabeled alternative inUnicodeIPAParser.suffix_diacritic().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSuffixDiacriticRoleReversedin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuffixDiacriticLigature
Visit a parse tree produced by theSuffixDiacriticLigaturelabeled alternative inUnicodeIPAParser.suffix_diacritic().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSuffixDiacriticLigaturein 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_lengthin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSyllableBoundary
Visit a parse tree produced by theSyllableBoundarylabeled alternative inUnicodeIPAParser.syllable_boundary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSyllableBoundaryin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMinorGroup
Visit a parse tree produced by theMinorGrouplabeled alternative inUnicodeIPAParser.syllable_boundary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMinorGroupin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMajorGroup
Visit a parse tree produced by theMajorGrouplabeled alternative inUnicodeIPAParser.syllable_boundary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMajorGroupin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompoundWordMarker
Visit a parse tree produced by theCompoundWordMarkerlabeled alternative inUnicodeIPAParser.compound_word_marker().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompoundWordMarkerin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSandhiMarker
Visit a parse tree produced by theSandhiMarkerlabeled alternative inUnicodeIPAParser.sandhi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSandhiMarkerin 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_pausein 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:
visitPausein interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplePause
Visit a parse tree produced by theSimplePauselabeled alternative inUnicodeIPAParser.pause_length().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimplePausein interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLongPause
Visit a parse tree produced by theLongPauselabeled alternative inUnicodeIPAParser.pause_length().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLongPausein interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVeryLongPause
Visit a parse tree produced by theVeryLongPauselabeled alternative inUnicodeIPAParser.pause_length().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVeryLongPausein interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericPause
Visit a parse tree produced by theNumericPauselabeled alternative inUnicodeIPAParser.pause_length().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericPausein interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTime_in_minutes_seconds
Visit a parse tree produced byUnicodeIPAParser.time_in_minutes_seconds().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTime_in_minutes_secondsin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumber
Visit a parse tree produced byUnicodeIPAParser.number().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupNumberRef
Visit a parse tree produced by theGroupNumberReflabeled alternative inUnicodeIPAParser.phonex_matcher_ref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupNumberRefin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupNameRef
Visit a parse tree produced by theGroupNameReflabeled alternative inUnicodeIPAParser.phonex_matcher_ref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupNameRefin 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:
visitSctypein 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:
visitAlignmentin interfaceUnicodeIPAVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-