Interface UnicodeOrthographyVisitor<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:
UnicodeOrthographyBaseVisitor
public interface UnicodeOrthographyVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
UnicodeOrthographyParser.-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced by theAlternativelabeled alternative inUnicodeOrthographyParser.group_annotation().Visit a parse tree produced byUnicodeOrthographyParser.ambig_lang_list().Visit a parse tree produced by theAmbiguousLanguageslabeled alternative inUnicodeOrthographyParser.langs().Visit a parse tree produced byUnicodeOrthographyParser.ca_delimiter().Visit a parse tree produced byUnicodeOrthographyParser.ca_element().Visit a parse tree produced by theCommentlabeled alternative inUnicodeOrthographyParser.group_annotation().Visit a parse tree produced byUnicodeOrthographyParser.complete_word().Visit a parse tree produced by theCompoundWordlabeled alternative inUnicodeOrthographyParser.word().Visit a parse tree produced byUnicodeOrthographyParser.duration().Visit a parse tree produced byUnicodeOrthographyParser.error().Visit a parse tree produced by theExplanationlabeled alternative inUnicodeOrthographyParser.group_annotation().Visit a parse tree produced byUnicodeOrthographyParser.formsuffix().Visit a parse tree produced byUnicodeOrthographyParser.formtype().Visit a parse tree produced byUnicodeOrthographyParser.freecode().Visit a parse tree produced byUnicodeOrthographyParser.group().Visit a parse tree produced byUnicodeOrthographyParser.groupcontent().Visit a parse tree produced by theHappeninglabeled alternative inUnicodeOrthographyParser.event().Visit a parse tree produced byUnicodeOrthographyParser.internal_media().Visit a parse tree produced byUnicodeOrthographyParser.language().Visit a parse tree produced byUnicodeOrthographyParser.linker().Visit a parse tree produced byUnicodeOrthographyParser.long_feature().Visit a parse tree produced byUnicodeOrthographyParser.marker().Visit a parse tree produced byUnicodeOrthographyParser.mediasegment().Visit a parse tree produced byUnicodeOrthographyParser.multi_lang_list().Visit a parse tree produced by theMultipleLanguageslabeled alternative inUnicodeOrthographyParser.langs().Visit a parse tree produced byUnicodeOrthographyParser.nonvocal().Visit a parse tree produced byUnicodeOrthographyParser.number().Visit a parse tree produced byUnicodeOrthographyParser.numeric_pause().Visit a parse tree produced byUnicodeOrthographyParser.orthoannotation().Visit a parse tree produced byUnicodeOrthographyParser.orthodata().Visit a parse tree produced byUnicodeOrthographyParser.orthoelement().Visit a parse tree produced byUnicodeOrthographyParser.orthography().Visit a parse tree produced by theOtherSpokenEventlabeled alternative inUnicodeOrthographyParser.event().Visit a parse tree produced byUnicodeOrthographyParser.overlap().Visit a parse tree produced byUnicodeOrthographyParser.overlap_point().Visit a parse tree produced by theParalinguisticslabeled alternative inUnicodeOrthographyParser.group_annotation().Visit a parse tree produced byUnicodeOrthographyParser.pause().Visit a parse tree produced byUnicodeOrthographyParser.pgcontent().Visit a parse tree produced byUnicodeOrthographyParser.phonetic_group().Visit a parse tree produced byUnicodeOrthographyParser.pos().Visit a parse tree produced byUnicodeOrthographyParser.postcode().Visit a parse tree produced byUnicodeOrthographyParser.prosody().Visit a parse tree produced byUnicodeOrthographyParser.quotation().Visit a parse tree produced byUnicodeOrthographyParser.replacement().Visit a parse tree produced byUnicodeOrthographyParser.replacement_words().Visit a parse tree produced by theSecondaryLanguagelabeled alternative inUnicodeOrthographyParser.langs().Visit a parse tree produced byUnicodeOrthographyParser.separator().Visit a parse tree produced byUnicodeOrthographyParser.shortening().Visit a parse tree produced by theSingleLanguagelabeled alternative inUnicodeOrthographyParser.langs().Visit a parse tree produced by theSingleWordlabeled alternative inUnicodeOrthographyParser.word().Visit a parse tree produced byUnicodeOrthographyParser.start().Visit a parse tree produced byUnicodeOrthographyParser.symbolic_pause().Visit a parse tree produced byUnicodeOrthographyParser.tagMarker().Visit a parse tree produced byUnicodeOrthographyParser.terminator().Visit a parse tree produced byUnicodeOrthographyParser.text().Visit a parse tree produced byUnicodeOrthographyParser.time_in_minutes_seconds().Visit a parse tree produced byUnicodeOrthographyParser.toneMarker().Visit a parse tree produced byUnicodeOrthographyParser.user_special_form().Visit a parse tree produced byUnicodeOrthographyParser.uttlang().Visit a parse tree produced by theWhiteSpacelabeled alternative inUnicodeOrthographyParser.word_boundary().Visit a parse tree produced byUnicodeOrthographyParser.who().Visit a parse tree produced byUnicodeOrthographyParser.wk().Visit a parse tree produced byUnicodeOrthographyParser.word_text().Visit a parse tree produced byUnicodeOrthographyParser.wordelement().Visit a parse tree produced byUnicodeOrthographyParser.wordpos().Visit a parse tree produced byUnicodeOrthographyParser.wordprefix().Visit a parse tree produced byUnicodeOrthographyParser.wordsuffix().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitStart
Visit a parse tree produced byUnicodeOrthographyParser.start().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrthography
Visit a parse tree produced byUnicodeOrthographyParser.orthography().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrthoelement
Visit a parse tree produced byUnicodeOrthographyParser.orthoelement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrthodata
Visit a parse tree produced byUnicodeOrthographyParser.orthodata().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrthoannotation
Visit a parse tree produced byUnicodeOrthographyParser.orthoannotation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroup
Visit a parse tree produced byUnicodeOrthographyParser.group().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupcontent
Visit a parse tree produced byUnicodeOrthographyParser.groupcontent().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPhonetic_group
Visit a parse tree produced byUnicodeOrthographyParser.phonetic_group().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPgcontent
Visit a parse tree produced byUnicodeOrthographyParser.pgcontent().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhiteSpace
Visit a parse tree produced by theWhiteSpacelabeled alternative inUnicodeOrthographyParser.word_boundary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLinker
Visit a parse tree produced byUnicodeOrthographyParser.linker().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUttlang
Visit a parse tree produced byUnicodeOrthographyParser.uttlang().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTagMarker
Visit a parse tree produced byUnicodeOrthographyParser.tagMarker().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFreecode
Visit a parse tree produced byUnicodeOrthographyParser.freecode().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTerminator
Visit a parse tree produced byUnicodeOrthographyParser.terminator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComplete_word
Visit a parse tree produced byUnicodeOrthographyParser.complete_word().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordprefix
Visit a parse tree produced byUnicodeOrthographyParser.wordprefix().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleWord
Visit a parse tree produced by theSingleWordlabeled alternative inUnicodeOrthographyParser.word().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompoundWord
Visit a parse tree produced by theCompoundWordlabeled alternative inUnicodeOrthographyParser.word().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecondaryLanguage
Visit a parse tree produced by theSecondaryLanguagelabeled alternative inUnicodeOrthographyParser.langs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleLanguage
Visit a parse tree produced by theSingleLanguagelabeled alternative inUnicodeOrthographyParser.langs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAmbiguousLanguages
Visit a parse tree produced by theAmbiguousLanguageslabeled alternative inUnicodeOrthographyParser.langs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultipleLanguages
Visit a parse tree produced by theMultipleLanguageslabeled alternative inUnicodeOrthographyParser.langs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAmbig_lang_list
Visit a parse tree produced byUnicodeOrthographyParser.ambig_lang_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMulti_lang_list
Visit a parse tree produced byUnicodeOrthographyParser.multi_lang_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLanguage
Visit a parse tree produced byUnicodeOrthographyParser.language().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordelement
Visit a parse tree produced byUnicodeOrthographyParser.wordelement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWord_text
Visit a parse tree produced byUnicodeOrthographyParser.word_text().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitText
Visit a parse tree produced byUnicodeOrthographyParser.text().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplacement
Visit a parse tree produced byUnicodeOrthographyParser.replacement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplacement_words
Visit a parse tree produced byUnicodeOrthographyParser.replacement_words().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWk
Visit a parse tree produced byUnicodeOrthographyParser.wk().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCa_element
Visit a parse tree produced byUnicodeOrthographyParser.ca_element().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCa_delimiter
Visit a parse tree produced byUnicodeOrthographyParser.ca_delimiter().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortening
Visit a parse tree produced byUnicodeOrthographyParser.shortening().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPause
Visit a parse tree produced byUnicodeOrthographyParser.pause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSymbolic_pause
Visit a parse tree produced byUnicodeOrthographyParser.symbolic_pause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumeric_pause
Visit a parse tree produced byUnicodeOrthographyParser.numeric_pause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTime_in_minutes_seconds
Visit a parse tree produced byUnicodeOrthographyParser.time_in_minutes_seconds().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverlap_point
Visit a parse tree produced byUnicodeOrthographyParser.overlap_point().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProsody
Visit a parse tree produced byUnicodeOrthographyParser.prosody().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordsuffix
Visit a parse tree produced byUnicodeOrthographyParser.wordsuffix().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormsuffix
Visit a parse tree produced byUnicodeOrthographyParser.formsuffix().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUser_special_form
Visit a parse tree produced byUnicodeOrthographyParser.user_special_form().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordpos
Visit a parse tree produced byUnicodeOrthographyParser.wordpos().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPos
Visit a parse tree produced byUnicodeOrthographyParser.pos().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormtype
Visit a parse tree produced byUnicodeOrthographyParser.formtype().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInternal_media
Visit a parse tree produced byUnicodeOrthographyParser.internal_media().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediasegment
Visit a parse tree produced byUnicodeOrthographyParser.mediasegment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeparator
Visit a parse tree produced byUnicodeOrthographyParser.separator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitToneMarker
Visit a parse tree produced byUnicodeOrthographyParser.toneMarker().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuotation
Visit a parse tree produced byUnicodeOrthographyParser.quotation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHappening
Visit a parse tree produced by theHappeninglabeled alternative inUnicodeOrthographyParser.event().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOtherSpokenEvent
Visit a parse tree produced by theOtherSpokenEventlabeled alternative inUnicodeOrthographyParser.event().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWho
Visit a parse tree produced byUnicodeOrthographyParser.who().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLong_feature
Visit a parse tree produced byUnicodeOrthographyParser.long_feature().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonvocal
Visit a parse tree produced byUnicodeOrthographyParser.nonvocal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMarker
Visit a parse tree produced byUnicodeOrthographyParser.marker().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitError
Visit a parse tree produced byUnicodeOrthographyParser.error().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComment
Visit a parse tree produced by theCommentlabeled alternative inUnicodeOrthographyParser.group_annotation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlternative
Visit a parse tree produced by theAlternativelabeled alternative inUnicodeOrthographyParser.group_annotation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplanation
Visit a parse tree produced by theExplanationlabeled alternative inUnicodeOrthographyParser.group_annotation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParalinguistics
Visit a parse tree produced by theParalinguisticslabeled alternative inUnicodeOrthographyParser.group_annotation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverlap
Visit a parse tree produced byUnicodeOrthographyParser.overlap().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDuration
Visit a parse tree produced byUnicodeOrthographyParser.duration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPostcode
Visit a parse tree produced byUnicodeOrthographyParser.postcode().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumber
Visit a parse tree produced byUnicodeOrthographyParser.number().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-