Package ca.phon.ipa.parser
Interface UnicodeIPAListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
UnicodeIPABaseListener
,UnicodeIPAParserListener
public interface UnicodeIPAListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
UnicodeIPAParser
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced byUnicodeIPAParser.alignment()
.void
Enter a parse tree produced byUnicodeIPAParser.base_phone()
.void
Enter a parse tree produced by theCompoundPhone
labeled alternative inUnicodeIPAParser.phone()
.void
Enter a parse tree produced by theCompoundWord
labeled alternative inUnicodeIPAParser.word()
.void
Enter a parse tree produced by theCompoundWordMarker
labeled alternative inUnicodeIPAParser.compound_word_marker()
.void
Enter a parse tree produced by theGroupNameRef
labeled alternative inUnicodeIPAParser.phonex_matcher_ref()
.void
Enter a parse tree produced by theGroupNumberRef
labeled alternative inUnicodeIPAParser.phonex_matcher_ref()
.void
Enter a parse tree produced byUnicodeIPAParser.intra_word_pause()
.void
Enter a parse tree produced byUnicodeIPAParser.ipa_element()
.void
Enter a parse tree produced by theLongPause
labeled alternative inUnicodeIPAParser.pause_length()
.void
Enter a parse tree produced by theMajorGroup
labeled alternative inUnicodeIPAParser.syllable_boundary()
.void
Enter a parse tree produced by theMediumPause
labeled alternative inUnicodeIPAParser.pause_length()
.void
Enter a parse tree produced by theMinorGroup
labeled alternative inUnicodeIPAParser.syllable_boundary()
.void
Enter a parse tree produced byUnicodeIPAParser.pause()
.void
Enter a parse tree produced byUnicodeIPAParser.phone_length()
.void
Enter a parse tree produced byUnicodeIPAParser.prefix_section()
.void
Enter a parse tree produced by thePrefixDiacritic
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.void
Enter a parse tree produced by thePrefixDiacriticLigature
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.void
Enter a parse tree produced by thePrefixDiacriticRoleReversed
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.void
Enter a parse tree produced by thePrimaryStress
labeled alternative inUnicodeIPAParser.stress()
.void
Enter a parse tree produced by theSandhiMarker
labeled alternative inUnicodeIPAParser.sandhi()
.void
Enter a parse tree produced byUnicodeIPAParser.sctype()
.void
Enter a parse tree produced by theSecondaryStress
labeled alternative inUnicodeIPAParser.stress()
.void
Enter a parse tree produced by theShortPause
labeled alternative inUnicodeIPAParser.pause_length()
.void
Enter a parse tree produced by theSimpleWord
labeled alternative inUnicodeIPAParser.word()
.void
Enter a parse tree produced by theSinglePhone
labeled alternative inUnicodeIPAParser.phone()
.void
Enter a parse tree produced byUnicodeIPAParser.start()
.void
Enter a parse tree produced byUnicodeIPAParser.suffix_section()
.void
Enter a parse tree produced by theSuffixDiacritic
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.void
Enter a parse tree produced by theSuffixDiacriticLigature
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.void
Enter a parse tree produced by theSuffixDiacriticRoleReversed
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.void
Enter a parse tree produced by theSyllableBoundary
labeled alternative inUnicodeIPAParser.syllable_boundary()
.void
Enter a parse tree produced byUnicodeIPAParser.tone_number()
.void
Enter a parse tree produced byUnicodeIPAParser.transcription()
.void
Enter a parse tree produced by theWhiteSpace
labeled alternative inUnicodeIPAParser.word_boundary()
.void
Enter a parse tree produced by theWordPause
labeled alternative inUnicodeIPAParser.word()
.void
Exit a parse tree produced byUnicodeIPAParser.alignment()
.void
Exit a parse tree produced byUnicodeIPAParser.base_phone()
.void
Exit a parse tree produced by theCompoundPhone
labeled alternative inUnicodeIPAParser.phone()
.void
Exit a parse tree produced by theCompoundWord
labeled alternative inUnicodeIPAParser.word()
.void
Exit a parse tree produced by theCompoundWordMarker
labeled alternative inUnicodeIPAParser.compound_word_marker()
.void
Exit a parse tree produced by theGroupNameRef
labeled alternative inUnicodeIPAParser.phonex_matcher_ref()
.void
Exit a parse tree produced by theGroupNumberRef
labeled alternative inUnicodeIPAParser.phonex_matcher_ref()
.void
Exit a parse tree produced byUnicodeIPAParser.intra_word_pause()
.void
Exit a parse tree produced byUnicodeIPAParser.ipa_element()
.void
Exit a parse tree produced by theLongPause
labeled alternative inUnicodeIPAParser.pause_length()
.void
Exit a parse tree produced by theMajorGroup
labeled alternative inUnicodeIPAParser.syllable_boundary()
.void
Exit a parse tree produced by theMediumPause
labeled alternative inUnicodeIPAParser.pause_length()
.void
Exit a parse tree produced by theMinorGroup
labeled alternative inUnicodeIPAParser.syllable_boundary()
.void
Exit a parse tree produced byUnicodeIPAParser.pause()
.void
Exit a parse tree produced byUnicodeIPAParser.phone_length()
.void
Exit a parse tree produced byUnicodeIPAParser.prefix_section()
.void
Exit a parse tree produced by thePrefixDiacritic
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.void
Exit a parse tree produced by thePrefixDiacriticLigature
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.void
Exit a parse tree produced by thePrefixDiacriticRoleReversed
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.void
Exit a parse tree produced by thePrimaryStress
labeled alternative inUnicodeIPAParser.stress()
.void
Exit a parse tree produced by theSandhiMarker
labeled alternative inUnicodeIPAParser.sandhi()
.void
Exit a parse tree produced byUnicodeIPAParser.sctype()
.void
Exit a parse tree produced by theSecondaryStress
labeled alternative inUnicodeIPAParser.stress()
.void
Exit a parse tree produced by theShortPause
labeled alternative inUnicodeIPAParser.pause_length()
.void
Exit a parse tree produced by theSimpleWord
labeled alternative inUnicodeIPAParser.word()
.void
Exit a parse tree produced by theSinglePhone
labeled alternative inUnicodeIPAParser.phone()
.void
Exit a parse tree produced byUnicodeIPAParser.start()
.void
Exit a parse tree produced byUnicodeIPAParser.suffix_section()
.void
Exit a parse tree produced by theSuffixDiacritic
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.void
Exit a parse tree produced by theSuffixDiacriticLigature
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.void
Exit a parse tree produced by theSuffixDiacriticRoleReversed
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.void
Exit a parse tree produced by theSyllableBoundary
labeled alternative inUnicodeIPAParser.syllable_boundary()
.void
Exit a parse tree produced byUnicodeIPAParser.tone_number()
.void
Exit a parse tree produced byUnicodeIPAParser.transcription()
.void
Exit a parse tree produced by theWhiteSpace
labeled alternative inUnicodeIPAParser.word_boundary()
.void
Exit a parse tree produced by theWordPause
labeled alternative inUnicodeIPAParser.word()
.Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterStart
Enter a parse tree produced byUnicodeIPAParser.start()
.- Parameters:
ctx
- the parse tree
-
exitStart
Exit a parse tree produced byUnicodeIPAParser.start()
.- Parameters:
ctx
- the parse tree
-
enterTranscription
Enter a parse tree produced byUnicodeIPAParser.transcription()
.- Parameters:
ctx
- the parse tree
-
exitTranscription
Exit a parse tree produced byUnicodeIPAParser.transcription()
.- Parameters:
ctx
- the parse tree
-
enterWhiteSpace
Enter a parse tree produced by theWhiteSpace
labeled alternative inUnicodeIPAParser.word_boundary()
.- Parameters:
ctx
- the parse tree
-
exitWhiteSpace
Exit a parse tree produced by theWhiteSpace
labeled alternative inUnicodeIPAParser.word_boundary()
.- Parameters:
ctx
- the parse tree
-
enterSimpleWord
Enter a parse tree produced by theSimpleWord
labeled alternative inUnicodeIPAParser.word()
.- Parameters:
ctx
- the parse tree
-
exitSimpleWord
Exit a parse tree produced by theSimpleWord
labeled alternative inUnicodeIPAParser.word()
.- Parameters:
ctx
- the parse tree
-
enterWordPause
Enter a parse tree produced by theWordPause
labeled alternative inUnicodeIPAParser.word()
.- Parameters:
ctx
- the parse tree
-
exitWordPause
Exit a parse tree produced by theWordPause
labeled alternative inUnicodeIPAParser.word()
.- Parameters:
ctx
- the parse tree
-
enterCompoundWord
Enter a parse tree produced by theCompoundWord
labeled alternative inUnicodeIPAParser.word()
.- Parameters:
ctx
- the parse tree
-
exitCompoundWord
Exit a parse tree produced by theCompoundWord
labeled alternative inUnicodeIPAParser.word()
.- Parameters:
ctx
- the parse tree
-
enterIpa_element
Enter a parse tree produced byUnicodeIPAParser.ipa_element()
.- Parameters:
ctx
- the parse tree
-
exitIpa_element
Exit a parse tree produced byUnicodeIPAParser.ipa_element()
.- Parameters:
ctx
- the parse tree
-
enterPrimaryStress
Enter a parse tree produced by thePrimaryStress
labeled alternative inUnicodeIPAParser.stress()
.- Parameters:
ctx
- the parse tree
-
exitPrimaryStress
Exit a parse tree produced by thePrimaryStress
labeled alternative inUnicodeIPAParser.stress()
.- Parameters:
ctx
- the parse tree
-
enterSecondaryStress
Enter a parse tree produced by theSecondaryStress
labeled alternative inUnicodeIPAParser.stress()
.- Parameters:
ctx
- the parse tree
-
exitSecondaryStress
Exit a parse tree produced by theSecondaryStress
labeled alternative inUnicodeIPAParser.stress()
.- Parameters:
ctx
- the parse tree
-
enterCompoundPhone
Enter a parse tree produced by theCompoundPhone
labeled alternative inUnicodeIPAParser.phone()
.- Parameters:
ctx
- the parse tree
-
exitCompoundPhone
Exit a parse tree produced by theCompoundPhone
labeled alternative inUnicodeIPAParser.phone()
.- Parameters:
ctx
- the parse tree
-
enterSinglePhone
Enter a parse tree produced by theSinglePhone
labeled alternative inUnicodeIPAParser.phone()
.- Parameters:
ctx
- the parse tree
-
exitSinglePhone
Exit a parse tree produced by theSinglePhone
labeled alternative inUnicodeIPAParser.phone()
.- Parameters:
ctx
- the parse tree
-
enterBase_phone
Enter a parse tree produced byUnicodeIPAParser.base_phone()
.- Parameters:
ctx
- the parse tree
-
exitBase_phone
Exit a parse tree produced byUnicodeIPAParser.base_phone()
.- Parameters:
ctx
- the parse tree
-
enterPrefix_section
Enter a parse tree produced byUnicodeIPAParser.prefix_section()
.- Parameters:
ctx
- the parse tree
-
exitPrefix_section
Exit a parse tree produced byUnicodeIPAParser.prefix_section()
.- Parameters:
ctx
- the parse tree
-
enterPrefixDiacritic
Enter a parse tree produced by thePrefixDiacritic
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.- Parameters:
ctx
- the parse tree
-
exitPrefixDiacritic
Exit a parse tree produced by thePrefixDiacritic
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.- Parameters:
ctx
- the parse tree
-
enterPrefixDiacriticRoleReversed
Enter a parse tree produced by thePrefixDiacriticRoleReversed
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.- Parameters:
ctx
- the parse tree
-
exitPrefixDiacriticRoleReversed
Exit a parse tree produced by thePrefixDiacriticRoleReversed
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.- Parameters:
ctx
- the parse tree
-
enterPrefixDiacriticLigature
Enter a parse tree produced by thePrefixDiacriticLigature
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.- Parameters:
ctx
- the parse tree
-
exitPrefixDiacriticLigature
Exit a parse tree produced by thePrefixDiacriticLigature
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.- Parameters:
ctx
- the parse tree
-
enterSuffix_section
Enter a parse tree produced byUnicodeIPAParser.suffix_section()
.- Parameters:
ctx
- the parse tree
-
exitSuffix_section
Exit a parse tree produced byUnicodeIPAParser.suffix_section()
.- Parameters:
ctx
- the parse tree
-
enterTone_number
Enter a parse tree produced byUnicodeIPAParser.tone_number()
.- Parameters:
ctx
- the parse tree
-
exitTone_number
Exit a parse tree produced byUnicodeIPAParser.tone_number()
.- Parameters:
ctx
- the parse tree
-
enterSuffixDiacritic
Enter a parse tree produced by theSuffixDiacritic
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.- Parameters:
ctx
- the parse tree
-
exitSuffixDiacritic
Exit a parse tree produced by theSuffixDiacritic
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.- Parameters:
ctx
- the parse tree
-
enterSuffixDiacriticRoleReversed
Enter a parse tree produced by theSuffixDiacriticRoleReversed
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.- Parameters:
ctx
- the parse tree
-
exitSuffixDiacriticRoleReversed
Exit a parse tree produced by theSuffixDiacriticRoleReversed
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.- Parameters:
ctx
- the parse tree
-
enterSuffixDiacriticLigature
Enter a parse tree produced by theSuffixDiacriticLigature
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.- Parameters:
ctx
- the parse tree
-
exitSuffixDiacriticLigature
Exit a parse tree produced by theSuffixDiacriticLigature
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.- Parameters:
ctx
- the parse tree
-
enterPhone_length
Enter a parse tree produced byUnicodeIPAParser.phone_length()
.- Parameters:
ctx
- the parse tree
-
exitPhone_length
Exit a parse tree produced byUnicodeIPAParser.phone_length()
.- Parameters:
ctx
- the parse tree
-
enterSyllableBoundary
Enter a parse tree produced by theSyllableBoundary
labeled alternative inUnicodeIPAParser.syllable_boundary()
.- Parameters:
ctx
- the parse tree
-
exitSyllableBoundary
Exit a parse tree produced by theSyllableBoundary
labeled alternative inUnicodeIPAParser.syllable_boundary()
.- Parameters:
ctx
- the parse tree
-
enterMinorGroup
Enter a parse tree produced by theMinorGroup
labeled alternative inUnicodeIPAParser.syllable_boundary()
.- Parameters:
ctx
- the parse tree
-
exitMinorGroup
Exit a parse tree produced by theMinorGroup
labeled alternative inUnicodeIPAParser.syllable_boundary()
.- Parameters:
ctx
- the parse tree
-
enterMajorGroup
Enter a parse tree produced by theMajorGroup
labeled alternative inUnicodeIPAParser.syllable_boundary()
.- Parameters:
ctx
- the parse tree
-
exitMajorGroup
Exit a parse tree produced by theMajorGroup
labeled alternative inUnicodeIPAParser.syllable_boundary()
.- Parameters:
ctx
- the parse tree
-
enterCompoundWordMarker
Enter a parse tree produced by theCompoundWordMarker
labeled alternative inUnicodeIPAParser.compound_word_marker()
.- Parameters:
ctx
- the parse tree
-
exitCompoundWordMarker
Exit a parse tree produced by theCompoundWordMarker
labeled alternative inUnicodeIPAParser.compound_word_marker()
.- Parameters:
ctx
- the parse tree
-
enterSandhiMarker
Enter a parse tree produced by theSandhiMarker
labeled alternative inUnicodeIPAParser.sandhi()
.- Parameters:
ctx
- the parse tree
-
exitSandhiMarker
Exit a parse tree produced by theSandhiMarker
labeled alternative inUnicodeIPAParser.sandhi()
.- Parameters:
ctx
- the parse tree
-
enterIntra_word_pause
Enter a parse tree produced byUnicodeIPAParser.intra_word_pause()
.- Parameters:
ctx
- the parse tree
-
exitIntra_word_pause
Exit a parse tree produced byUnicodeIPAParser.intra_word_pause()
.- Parameters:
ctx
- the parse tree
-
enterPause
Enter a parse tree produced byUnicodeIPAParser.pause()
.- Parameters:
ctx
- the parse tree
-
exitPause
Exit a parse tree produced byUnicodeIPAParser.pause()
.- Parameters:
ctx
- the parse tree
-
enterShortPause
Enter a parse tree produced by theShortPause
labeled alternative inUnicodeIPAParser.pause_length()
.- Parameters:
ctx
- the parse tree
-
exitShortPause
Exit a parse tree produced by theShortPause
labeled alternative inUnicodeIPAParser.pause_length()
.- Parameters:
ctx
- the parse tree
-
enterMediumPause
Enter a parse tree produced by theMediumPause
labeled alternative inUnicodeIPAParser.pause_length()
.- Parameters:
ctx
- the parse tree
-
exitMediumPause
Exit a parse tree produced by theMediumPause
labeled alternative inUnicodeIPAParser.pause_length()
.- Parameters:
ctx
- the parse tree
-
enterLongPause
Enter a parse tree produced by theLongPause
labeled alternative inUnicodeIPAParser.pause_length()
.- Parameters:
ctx
- the parse tree
-
exitLongPause
Exit a parse tree produced by theLongPause
labeled alternative inUnicodeIPAParser.pause_length()
.- Parameters:
ctx
- the parse tree
-
enterGroupNumberRef
Enter a parse tree produced by theGroupNumberRef
labeled alternative inUnicodeIPAParser.phonex_matcher_ref()
.- Parameters:
ctx
- the parse tree
-
exitGroupNumberRef
Exit a parse tree produced by theGroupNumberRef
labeled alternative inUnicodeIPAParser.phonex_matcher_ref()
.- Parameters:
ctx
- the parse tree
-
enterGroupNameRef
Enter a parse tree produced by theGroupNameRef
labeled alternative inUnicodeIPAParser.phonex_matcher_ref()
.- Parameters:
ctx
- the parse tree
-
exitGroupNameRef
Exit a parse tree produced by theGroupNameRef
labeled alternative inUnicodeIPAParser.phonex_matcher_ref()
.- Parameters:
ctx
- the parse tree
-
enterSctype
Enter a parse tree produced byUnicodeIPAParser.sctype()
.- Parameters:
ctx
- the parse tree
-
exitSctype
Exit a parse tree produced byUnicodeIPAParser.sctype()
.- Parameters:
ctx
- the parse tree
-
enterAlignment
Enter a parse tree produced byUnicodeIPAParser.alignment()
.- Parameters:
ctx
- the parse tree
-
exitAlignment
Exit a parse tree produced byUnicodeIPAParser.alignment()
.- Parameters:
ctx
- the parse tree
-