Package ca.phon.ipa.parser
Interface UnicodeIPAVisitor<T>
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for 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 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 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
-
visitWhiteSpace
Visit a parse tree produced by theWhiteSpace
labeled alternative inUnicodeIPAParser.word_boundary()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleWord
Visit a parse tree produced by theSimpleWord
labeled alternative inUnicodeIPAParser.word()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWordPause
Visit a parse tree produced by theWordPause
labeled alternative inUnicodeIPAParser.word()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCompoundWord
Visit a parse tree produced by theCompoundWord
labeled alternative inUnicodeIPAParser.word()
.- 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 thePrimaryStress
labeled alternative inUnicodeIPAParser.stress()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSecondaryStress
Visit a parse tree produced by theSecondaryStress
labeled alternative inUnicodeIPAParser.stress()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCompoundPhone
Visit a parse tree produced by theCompoundPhone
labeled alternative inUnicodeIPAParser.phone()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSinglePhone
Visit a parse tree produced by theSinglePhone
labeled 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 thePrefixDiacritic
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrefixDiacriticRoleReversed
Visit a parse tree produced by thePrefixDiacriticRoleReversed
labeled alternative inUnicodeIPAParser.prefix_diacritic()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrefixDiacriticLigature
Visit a parse tree produced by thePrefixDiacriticLigature
labeled 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 theSuffixDiacritic
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSuffixDiacriticRoleReversed
Visit a parse tree produced by theSuffixDiacriticRoleReversed
labeled alternative inUnicodeIPAParser.suffix_diacritic()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSuffixDiacriticLigature
Visit a parse tree produced by theSuffixDiacriticLigature
labeled 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 theSyllableBoundary
labeled alternative inUnicodeIPAParser.syllable_boundary()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMinorGroup
Visit a parse tree produced by theMinorGroup
labeled alternative inUnicodeIPAParser.syllable_boundary()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMajorGroup
Visit a parse tree produced by theMajorGroup
labeled alternative inUnicodeIPAParser.syllable_boundary()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCompoundWordMarker
Visit a parse tree produced by theCompoundWordMarker
labeled alternative inUnicodeIPAParser.compound_word_marker()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSandhiMarker
Visit a parse tree produced by theSandhiMarker
labeled 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
-
visitShortPause
Visit a parse tree produced by theShortPause
labeled alternative inUnicodeIPAParser.pause_length()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMediumPause
Visit a parse tree produced by theMediumPause
labeled alternative inUnicodeIPAParser.pause_length()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLongPause
Visit a parse tree produced by theLongPause
labeled alternative inUnicodeIPAParser.pause_length()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroupNumberRef
Visit a parse tree produced by theGroupNumberRef
labeled alternative inUnicodeIPAParser.phonex_matcher_ref()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroupNameRef
Visit a parse tree produced by theGroupNameRef
labeled 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
-