Interface UnicodeIPAVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
UnicodeIPABaseVisitor
public interface UnicodeIPAVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
UnicodeIPAParser.-
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 interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitStart
Visit a parse tree produced byUnicodeIPAParser.start().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTranscription
Visit a parse tree produced byUnicodeIPAParser.transcription().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTranscriptele
Visit a parse tree produced byUnicodeIPAParser.transcriptele().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhiteSpace
Visit a parse tree produced by theWhiteSpacelabeled alternative inUnicodeIPAParser.word_boundary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpleWord
Visit a parse tree produced by theSimpleWordlabeled alternative inUnicodeIPAParser.word().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompoundWord
Visit a parse tree produced by theCompoundWordlabeled alternative inUnicodeIPAParser.word().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPhonetic_group
Visit a parse tree produced byUnicodeIPAParser.phonetic_group().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIpa_element
Visit a parse tree produced byUnicodeIPAParser.ipa_element().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryStress
Visit a parse tree produced by thePrimaryStresslabeled alternative inUnicodeIPAParser.stress().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecondaryStress
Visit a parse tree produced by theSecondaryStresslabeled alternative inUnicodeIPAParser.stress().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompoundPhone
Visit a parse tree produced by theCompoundPhonelabeled alternative inUnicodeIPAParser.phone().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSinglePhone
Visit a parse tree produced by theSinglePhonelabeled alternative inUnicodeIPAParser.phone().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBase_phone
Visit a parse tree produced byUnicodeIPAParser.base_phone().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrefix_section
Visit a parse tree produced byUnicodeIPAParser.prefix_section().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrefixDiacritic
Visit a parse tree produced by thePrefixDiacriticlabeled alternative inUnicodeIPAParser.prefix_diacritic().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrefixDiacriticRoleReversed
Visit a parse tree produced by thePrefixDiacriticRoleReversedlabeled alternative inUnicodeIPAParser.prefix_diacritic().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrefixDiacriticLigature
Visit a parse tree produced by thePrefixDiacriticLigaturelabeled alternative inUnicodeIPAParser.prefix_diacritic().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuffix_section
Visit a parse tree produced byUnicodeIPAParser.suffix_section().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTone_number
Visit a parse tree produced byUnicodeIPAParser.tone_number().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuffixDiacritic
Visit a parse tree produced by theSuffixDiacriticlabeled alternative inUnicodeIPAParser.suffix_diacritic().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuffixDiacriticRoleReversed
Visit a parse tree produced by theSuffixDiacriticRoleReversedlabeled alternative inUnicodeIPAParser.suffix_diacritic().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuffixDiacriticLigature
Visit a parse tree produced by theSuffixDiacriticLigaturelabeled alternative inUnicodeIPAParser.suffix_diacritic().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPhone_length
Visit a parse tree produced byUnicodeIPAParser.phone_length().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSyllableBoundary
Visit a parse tree produced by theSyllableBoundarylabeled alternative inUnicodeIPAParser.syllable_boundary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMinorGroup
Visit a parse tree produced by theMinorGrouplabeled alternative inUnicodeIPAParser.syllable_boundary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMajorGroup
Visit a parse tree produced by theMajorGrouplabeled alternative inUnicodeIPAParser.syllable_boundary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompoundWordMarker
Visit a parse tree produced by theCompoundWordMarkerlabeled alternative inUnicodeIPAParser.compound_word_marker().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSandhiMarker
Visit a parse tree produced by theSandhiMarkerlabeled alternative inUnicodeIPAParser.sandhi().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntra_word_pause
Visit a parse tree produced byUnicodeIPAParser.intra_word_pause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPause
Visit a parse tree produced byUnicodeIPAParser.pause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimplePause
Visit a parse tree produced by theSimplePauselabeled alternative inUnicodeIPAParser.pause_length().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLongPause
Visit a parse tree produced by theLongPauselabeled alternative inUnicodeIPAParser.pause_length().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVeryLongPause
Visit a parse tree produced by theVeryLongPauselabeled alternative inUnicodeIPAParser.pause_length().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericPause
Visit a parse tree produced by theNumericPauselabeled alternative inUnicodeIPAParser.pause_length().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTime_in_minutes_seconds
Visit a parse tree produced byUnicodeIPAParser.time_in_minutes_seconds().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumber
Visit a parse tree produced byUnicodeIPAParser.number().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupNumberRef
Visit a parse tree produced by theGroupNumberReflabeled alternative inUnicodeIPAParser.phonex_matcher_ref().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupNameRef
Visit a parse tree produced by theGroupNameReflabeled alternative inUnicodeIPAParser.phonex_matcher_ref().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSctype
Visit a parse tree produced byUnicodeIPAParser.sctype().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlignment
Visit a parse tree produced byUnicodeIPAParser.alignment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-