Class UnicodeIPAParserListener
- All Implemented Interfaces:
UnicodeIPAListener,org.antlr.v4.runtime.tree.ParseTreeListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byUnicodeIPAParser.phonetic_group().voidExit a parse tree produced byUnicodeIPAParser.alignment().voidExit a parse tree produced by theCompoundPhonelabeled alternative inUnicodeIPAParser.phone().voidExit a parse tree produced by theCompoundWordMarkerlabeled alternative inUnicodeIPAParser.compound_word_marker().voidExit a parse tree produced by theGroupNameReflabeled alternative inUnicodeIPAParser.phonex_matcher_ref().voidExit a parse tree produced by theGroupNumberReflabeled alternative inUnicodeIPAParser.phonex_matcher_ref().voidExit a parse tree produced byUnicodeIPAParser.intra_word_pause().voidExit a parse tree produced by theLongPauselabeled alternative inUnicodeIPAParser.pause_length().voidExit a parse tree produced by theMajorGrouplabeled alternative inUnicodeIPAParser.syllable_boundary().voidExit a parse tree produced by theMinorGrouplabeled alternative inUnicodeIPAParser.syllable_boundary().voidExit a parse tree produced by theNumericPauselabeled alternative inUnicodeIPAParser.pause_length().voidExit a parse tree produced byUnicodeIPAParser.phone_length().voidExit a parse tree produced byUnicodeIPAParser.phonetic_group().voidExit a parse tree produced by thePrefixDiacriticlabeled alternative inUnicodeIPAParser.prefix_diacritic().voidExit a parse tree produced by thePrefixDiacriticLigaturelabeled alternative inUnicodeIPAParser.prefix_diacritic().voidExit a parse tree produced by thePrefixDiacriticRoleReversedlabeled alternative inUnicodeIPAParser.prefix_diacritic().voidExit a parse tree produced by thePrimaryStresslabeled alternative inUnicodeIPAParser.stress().voidExit a parse tree produced by theSandhiMarkerlabeled alternative inUnicodeIPAParser.sandhi().voidExit a parse tree produced byUnicodeIPAParser.sctype().voidExit a parse tree produced by theSecondaryStresslabeled alternative inUnicodeIPAParser.stress().voidExit a parse tree produced by theSimplePauselabeled alternative inUnicodeIPAParser.pause_length().voidExit a parse tree produced by theSinglePhonelabeled alternative inUnicodeIPAParser.phone().voidExit a parse tree produced byUnicodeIPAParser.start().voidExit a parse tree produced by theSuffixDiacriticlabeled alternative inUnicodeIPAParser.suffix_diacritic().voidExit a parse tree produced by theSuffixDiacriticLigaturelabeled alternative inUnicodeIPAParser.suffix_diacritic().voidExit a parse tree produced by theSuffixDiacriticRoleReversedlabeled alternative inUnicodeIPAParser.suffix_diacritic().voidExit a parse tree produced by theSyllableBoundarylabeled alternative inUnicodeIPAParser.syllable_boundary().voidExit a parse tree produced byUnicodeIPAParser.tone_number().voidExit a parse tree produced by theVeryLongPauselabeled alternative inUnicodeIPAParser.pause_length().voidExit a parse tree produced by theWhiteSpacelabeled alternative inUnicodeIPAParser.word_boundary().Get the IPATranscript created by this listener.voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode errorNode) Methods inherited from class ca.phon.ipa.parser.UnicodeIPABaseListener
enterAlignment, enterBase_phone, enterCompoundPhone, enterCompoundWord, enterCompoundWordMarker, enterEveryRule, enterGroupNameRef, enterGroupNumberRef, enterIntra_word_pause, enterIpa_element, enterLongPause, enterMajorGroup, enterMinorGroup, enterNumber, enterNumericPause, enterPause, enterPhone_length, enterPrefix_section, enterPrefixDiacritic, enterPrefixDiacriticLigature, enterPrefixDiacriticRoleReversed, enterPrimaryStress, enterSandhiMarker, enterSctype, enterSecondaryStress, enterSimplePause, enterSimpleWord, enterSinglePhone, enterStart, enterSuffix_section, enterSuffixDiacritic, enterSuffixDiacriticLigature, enterSuffixDiacriticRoleReversed, enterSyllableBoundary, enterTime_in_minutes_seconds, enterTone_number, enterTranscriptele, enterTranscription, enterVeryLongPause, enterWhiteSpace, exitBase_phone, exitCompoundWord, exitEveryRule, exitIpa_element, exitNumber, exitPause, exitPrefix_section, exitSimpleWord, exitSuffix_section, exitTime_in_minutes_seconds, exitTranscriptele, exitTranscription, visitTerminal
-
Constructor Details
-
UnicodeIPAParserListener
public UnicodeIPAParserListener()
-
-
Method Details
-
getBuilder
-
getParserErrors
-
exitStart
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced byUnicodeIPAParser.start().The default implementation does nothing.
- Specified by:
exitStartin interfaceUnicodeIPAListener- Overrides:
exitStartin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
enterPhonetic_group
Description copied from class:UnicodeIPABaseListenerEnter a parse tree produced byUnicodeIPAParser.phonetic_group().The default implementation does nothing.
- Specified by:
enterPhonetic_groupin interfaceUnicodeIPAListener- Overrides:
enterPhonetic_groupin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitPhonetic_group
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced byUnicodeIPAParser.phonetic_group().The default implementation does nothing.
- Specified by:
exitPhonetic_groupin interfaceUnicodeIPAListener- Overrides:
exitPhonetic_groupin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitPrimaryStress
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by thePrimaryStresslabeled alternative inUnicodeIPAParser.stress().The default implementation does nothing.
- Specified by:
exitPrimaryStressin interfaceUnicodeIPAListener- Overrides:
exitPrimaryStressin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitSecondaryStress
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theSecondaryStresslabeled alternative inUnicodeIPAParser.stress().The default implementation does nothing.
- Specified by:
exitSecondaryStressin interfaceUnicodeIPAListener- Overrides:
exitSecondaryStressin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitCompoundPhone
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theCompoundPhonelabeled alternative inUnicodeIPAParser.phone().The default implementation does nothing.
- Specified by:
exitCompoundPhonein interfaceUnicodeIPAListener- Overrides:
exitCompoundPhonein classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitSinglePhone
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theSinglePhonelabeled alternative inUnicodeIPAParser.phone().The default implementation does nothing.
- Specified by:
exitSinglePhonein interfaceUnicodeIPAListener- Overrides:
exitSinglePhonein classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitPrefixDiacritic
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by thePrefixDiacriticlabeled alternative inUnicodeIPAParser.prefix_diacritic().The default implementation does nothing.
- Specified by:
exitPrefixDiacriticin interfaceUnicodeIPAListener- Overrides:
exitPrefixDiacriticin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitPrefixDiacriticRoleReversed
public void exitPrefixDiacriticRoleReversed(UnicodeIPAParser.PrefixDiacriticRoleReversedContext ctx) Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by thePrefixDiacriticRoleReversedlabeled alternative inUnicodeIPAParser.prefix_diacritic().The default implementation does nothing.
- Specified by:
exitPrefixDiacriticRoleReversedin interfaceUnicodeIPAListener- Overrides:
exitPrefixDiacriticRoleReversedin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitPrefixDiacriticLigature
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by thePrefixDiacriticLigaturelabeled alternative inUnicodeIPAParser.prefix_diacritic().The default implementation does nothing.
- Specified by:
exitPrefixDiacriticLigaturein interfaceUnicodeIPAListener- Overrides:
exitPrefixDiacriticLigaturein classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitSuffixDiacritic
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theSuffixDiacriticlabeled alternative inUnicodeIPAParser.suffix_diacritic().The default implementation does nothing.
- Specified by:
exitSuffixDiacriticin interfaceUnicodeIPAListener- Overrides:
exitSuffixDiacriticin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitSuffixDiacriticRoleReversed
public void exitSuffixDiacriticRoleReversed(UnicodeIPAParser.SuffixDiacriticRoleReversedContext ctx) Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theSuffixDiacriticRoleReversedlabeled alternative inUnicodeIPAParser.suffix_diacritic().The default implementation does nothing.
- Specified by:
exitSuffixDiacriticRoleReversedin interfaceUnicodeIPAListener- Overrides:
exitSuffixDiacriticRoleReversedin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitSuffixDiacriticLigature
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theSuffixDiacriticLigaturelabeled alternative inUnicodeIPAParser.suffix_diacritic().The default implementation does nothing.
- Specified by:
exitSuffixDiacriticLigaturein interfaceUnicodeIPAListener- Overrides:
exitSuffixDiacriticLigaturein classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitSyllableBoundary
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theSyllableBoundarylabeled alternative inUnicodeIPAParser.syllable_boundary().The default implementation does nothing.
- Specified by:
exitSyllableBoundaryin interfaceUnicodeIPAListener- Overrides:
exitSyllableBoundaryin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitMinorGroup
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theMinorGrouplabeled alternative inUnicodeIPAParser.syllable_boundary().The default implementation does nothing.
- Specified by:
exitMinorGroupin interfaceUnicodeIPAListener- Overrides:
exitMinorGroupin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitMajorGroup
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theMajorGrouplabeled alternative inUnicodeIPAParser.syllable_boundary().The default implementation does nothing.
- Specified by:
exitMajorGroupin interfaceUnicodeIPAListener- Overrides:
exitMajorGroupin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitCompoundWordMarker
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theCompoundWordMarkerlabeled alternative inUnicodeIPAParser.compound_word_marker().The default implementation does nothing.
- Specified by:
exitCompoundWordMarkerin interfaceUnicodeIPAListener- Overrides:
exitCompoundWordMarkerin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitSandhiMarker
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theSandhiMarkerlabeled alternative inUnicodeIPAParser.sandhi().The default implementation does nothing.
- Specified by:
exitSandhiMarkerin interfaceUnicodeIPAListener- Overrides:
exitSandhiMarkerin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitIntra_word_pause
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced byUnicodeIPAParser.intra_word_pause().The default implementation does nothing.
- Specified by:
exitIntra_word_pausein interfaceUnicodeIPAListener- Overrides:
exitIntra_word_pausein classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitSimplePause
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theSimplePauselabeled alternative inUnicodeIPAParser.pause_length().The default implementation does nothing.
- Specified by:
exitSimplePausein interfaceUnicodeIPAListener- Overrides:
exitSimplePausein classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitLongPause
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theLongPauselabeled alternative inUnicodeIPAParser.pause_length().The default implementation does nothing.
- Specified by:
exitLongPausein interfaceUnicodeIPAListener- Overrides:
exitLongPausein classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitVeryLongPause
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theVeryLongPauselabeled alternative inUnicodeIPAParser.pause_length().The default implementation does nothing.
- Specified by:
exitVeryLongPausein interfaceUnicodeIPAListener- Overrides:
exitVeryLongPausein classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitNumericPause
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theNumericPauselabeled alternative inUnicodeIPAParser.pause_length().The default implementation does nothing.
- Specified by:
exitNumericPausein interfaceUnicodeIPAListener- Overrides:
exitNumericPausein classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitGroupNumberRef
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theGroupNumberReflabeled alternative inUnicodeIPAParser.phonex_matcher_ref().The default implementation does nothing.
- Specified by:
exitGroupNumberRefin interfaceUnicodeIPAListener- Overrides:
exitGroupNumberRefin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitGroupNameRef
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theGroupNameReflabeled alternative inUnicodeIPAParser.phonex_matcher_ref().The default implementation does nothing.
- Specified by:
exitGroupNameRefin interfaceUnicodeIPAListener- Overrides:
exitGroupNameRefin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitSctype
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced byUnicodeIPAParser.sctype().The default implementation does nothing.
- Specified by:
exitSctypein interfaceUnicodeIPAListener- Overrides:
exitSctypein classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitAlignment
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced byUnicodeIPAParser.alignment().The default implementation does nothing.
- Specified by:
exitAlignmentin interfaceUnicodeIPAListener- Overrides:
exitAlignmentin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode errorNode) Description copied from class:UnicodeIPABaseListenerThe default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener- Overrides:
visitErrorNodein classUnicodeIPABaseListener
-
exitWhiteSpace
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced by theWhiteSpacelabeled alternative inUnicodeIPAParser.word_boundary().The default implementation does nothing.
- Specified by:
exitWhiteSpacein interfaceUnicodeIPAListener- Overrides:
exitWhiteSpacein classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitPhone_length
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced byUnicodeIPAParser.phone_length().The default implementation does nothing.
- Specified by:
exitPhone_lengthin interfaceUnicodeIPAListener- Overrides:
exitPhone_lengthin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
exitTone_number
Description copied from class:UnicodeIPABaseListenerExit a parse tree produced byUnicodeIPAParser.tone_number().The default implementation does nothing.
- Specified by:
exitTone_numberin interfaceUnicodeIPAListener- Overrides:
exitTone_numberin classUnicodeIPABaseListener- Parameters:
ctx- the parse tree
-
getTranscript
-