Class UnicodeOrthographyBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
UnicodeOrthographyVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
UnicodeOrthographyVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
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 class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
UnicodeOrthographyBaseVisitor
public UnicodeOrthographyBaseVisitor()
-
-
Method Details
-
visitStart
Visit a parse tree produced byUnicodeOrthographyParser.start().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrthography
Visit a parse tree produced byUnicodeOrthographyParser.orthography().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrthographyin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrthoelement
Visit a parse tree produced byUnicodeOrthographyParser.orthoelement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrthoelementin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrthodata
Visit a parse tree produced byUnicodeOrthographyParser.orthodata().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrthodatain interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrthoannotation
Visit a parse tree produced byUnicodeOrthographyParser.orthoannotation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrthoannotationin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroup
Visit a parse tree produced byUnicodeOrthographyParser.group().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroupcontent
Visit a parse tree produced byUnicodeOrthographyParser.groupcontent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroupcontentin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPhonetic_group
Visit a parse tree produced byUnicodeOrthographyParser.phonetic_group().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPhonetic_groupin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPgcontent
Visit a parse tree produced byUnicodeOrthographyParser.pgcontent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPgcontentin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhiteSpace
Visit a parse tree produced by theWhiteSpacelabeled alternative inUnicodeOrthographyParser.word_boundary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhiteSpacein interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLinker
Visit a parse tree produced byUnicodeOrthographyParser.linker().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLinkerin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUttlang
Visit a parse tree produced byUnicodeOrthographyParser.uttlang().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUttlangin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTagMarker
Visit a parse tree produced byUnicodeOrthographyParser.tagMarker().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTagMarkerin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFreecode
Visit a parse tree produced byUnicodeOrthographyParser.freecode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFreecodein interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTerminator
Visit a parse tree produced byUnicodeOrthographyParser.terminator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTerminatorin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComplete_word
Visit a parse tree produced byUnicodeOrthographyParser.complete_word().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComplete_wordin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordprefix
Visit a parse tree produced byUnicodeOrthographyParser.wordprefix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWordprefixin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleWord
Visit a parse tree produced by theSingleWordlabeled alternative inUnicodeOrthographyParser.word().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleWordin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompoundWord
Visit a parse tree produced by theCompoundWordlabeled alternative inUnicodeOrthographyParser.word().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompoundWordin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecondaryLanguage
Visit a parse tree produced by theSecondaryLanguagelabeled alternative inUnicodeOrthographyParser.langs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSecondaryLanguagein interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleLanguage
Visit a parse tree produced by theSingleLanguagelabeled alternative inUnicodeOrthographyParser.langs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleLanguagein interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAmbiguousLanguages
Visit a parse tree produced by theAmbiguousLanguageslabeled alternative inUnicodeOrthographyParser.langs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAmbiguousLanguagesin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultipleLanguages
Visit a parse tree produced by theMultipleLanguageslabeled alternative inUnicodeOrthographyParser.langs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultipleLanguagesin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAmbig_lang_list
Visit a parse tree produced byUnicodeOrthographyParser.ambig_lang_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAmbig_lang_listin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMulti_lang_list
Visit a parse tree produced byUnicodeOrthographyParser.multi_lang_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMulti_lang_listin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLanguage
Visit a parse tree produced byUnicodeOrthographyParser.language().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLanguagein interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordelement
Visit a parse tree produced byUnicodeOrthographyParser.wordelement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWordelementin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWord_text
Visit a parse tree produced byUnicodeOrthographyParser.word_text().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWord_textin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitText
Visit a parse tree produced byUnicodeOrthographyParser.text().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTextin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplacement
Visit a parse tree produced byUnicodeOrthographyParser.replacement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReplacementin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplacement_words
Visit a parse tree produced byUnicodeOrthographyParser.replacement_words().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReplacement_wordsin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWk
Visit a parse tree produced byUnicodeOrthographyParser.wk().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWkin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCa_element
Visit a parse tree produced byUnicodeOrthographyParser.ca_element().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCa_elementin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCa_delimiter
Visit a parse tree produced byUnicodeOrthographyParser.ca_delimiter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCa_delimiterin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortening
Visit a parse tree produced byUnicodeOrthographyParser.shortening().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShorteningin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPause
Visit a parse tree produced byUnicodeOrthographyParser.pause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPausein interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSymbolic_pause
Visit a parse tree produced byUnicodeOrthographyParser.symbolic_pause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSymbolic_pausein interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumeric_pause
Visit a parse tree produced byUnicodeOrthographyParser.numeric_pause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumeric_pausein interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTime_in_minutes_seconds
Visit a parse tree produced byUnicodeOrthographyParser.time_in_minutes_seconds().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTime_in_minutes_secondsin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverlap_point
Visit a parse tree produced byUnicodeOrthographyParser.overlap_point().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOverlap_pointin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProsody
Visit a parse tree produced byUnicodeOrthographyParser.prosody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProsodyin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordsuffix
Visit a parse tree produced byUnicodeOrthographyParser.wordsuffix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWordsuffixin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormsuffix
Visit a parse tree produced byUnicodeOrthographyParser.formsuffix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFormsuffixin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUser_special_form
Visit a parse tree produced byUnicodeOrthographyParser.user_special_form().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUser_special_formin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordpos
Visit a parse tree produced byUnicodeOrthographyParser.wordpos().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWordposin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPos
Visit a parse tree produced byUnicodeOrthographyParser.pos().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPosin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFormtype
Visit a parse tree produced byUnicodeOrthographyParser.formtype().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFormtypein interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInternal_media
Visit a parse tree produced byUnicodeOrthographyParser.internal_media().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInternal_mediain interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMediasegment
Visit a parse tree produced byUnicodeOrthographyParser.mediasegment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMediasegmentin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeparator
Visit a parse tree produced byUnicodeOrthographyParser.separator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSeparatorin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitToneMarker
Visit a parse tree produced byUnicodeOrthographyParser.toneMarker().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitToneMarkerin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuotation
Visit a parse tree produced byUnicodeOrthographyParser.quotation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuotationin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHappening
Visit a parse tree produced by theHappeninglabeled alternative inUnicodeOrthographyParser.event().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHappeningin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOtherSpokenEvent
Visit a parse tree produced by theOtherSpokenEventlabeled alternative inUnicodeOrthographyParser.event().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOtherSpokenEventin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWho
Visit a parse tree produced byUnicodeOrthographyParser.who().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhoin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLong_feature
Visit a parse tree produced byUnicodeOrthographyParser.long_feature().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLong_featurein interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonvocal
Visit a parse tree produced byUnicodeOrthographyParser.nonvocal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonvocalin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMarker
Visit a parse tree produced byUnicodeOrthographyParser.marker().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMarkerin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitError
Visit a parse tree produced byUnicodeOrthographyParser.error().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitErrorin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComment
Visit a parse tree produced by theCommentlabeled alternative inUnicodeOrthographyParser.group_annotation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommentin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlternative
Visit a parse tree produced by theAlternativelabeled alternative inUnicodeOrthographyParser.group_annotation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlternativein interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplanation
Visit a parse tree produced by theExplanationlabeled alternative inUnicodeOrthographyParser.group_annotation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplanationin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParalinguistics
Visit a parse tree produced by theParalinguisticslabeled alternative inUnicodeOrthographyParser.group_annotation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParalinguisticsin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverlap
Visit a parse tree produced byUnicodeOrthographyParser.overlap().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOverlapin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDuration
Visit a parse tree produced byUnicodeOrthographyParser.duration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDurationin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPostcode
Visit a parse tree produced byUnicodeOrthographyParser.postcode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPostcodein interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumber
Visit a parse tree produced byUnicodeOrthographyParser.number().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberin interfaceUnicodeOrthographyVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-