Class MorBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
MorVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
MorVisitor,
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 byMorParser.category().Visit a parse tree produced byMorParser.fusionalsuffix().Visit a parse tree produced byMorParser.marker().Visit a parse tree produced byMorParser.mor().Visit a parse tree produced byMorParser.morelement().Visit a parse tree produced byMorParser.morpost().Visit a parse tree produced byMorParser.morprefix().Visit a parse tree produced byMorParser.mortier().Visit a parse tree produced byMorParser.mt().Visit a parse tree produced byMorParser.mw().Visit a parse tree produced byMorParser.mwc().Visit a parse tree produced byMorParser.pos().Visit a parse tree produced byMorParser.prefix().Visit a parse tree produced byMorParser.start().Visit a parse tree produced byMorParser.stem().Visit a parse tree produced byMorParser.string().Visit a parse tree produced byMorParser.subcategory().Visit a parse tree produced byMorParser.suffix().Visit a parse tree produced byMorParser.translation().Visit a parse tree produced byMorParser.translations().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
-
MorBaseVisitor
public MorBaseVisitor()
-
-
Method Details
-
visitStart
Visit a parse tree produced byMorParser.start().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMortier
Visit a parse tree produced byMorParser.mortier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMortierin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMor
Visit a parse tree produced byMorParser.mor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMorin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMorprefix
Visit a parse tree produced byMorParser.morprefix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMorprefixin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMorelement
Visit a parse tree produced byMorParser.morelement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMorelementin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMw
Visit a parse tree produced byMorParser.mw().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMwin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrefix
Visit a parse tree produced byMorParser.prefix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrefixin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPos
Visit a parse tree produced byMorParser.pos().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPosin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCategory
Visit a parse tree produced byMorParser.category().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCategoryin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubcategory
Visit a parse tree produced byMorParser.subcategory().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubcategoryin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStem
Visit a parse tree produced byMorParser.stem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStemin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMarker
Visit a parse tree produced byMorParser.marker().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMarkerin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFusionalsuffix
Visit a parse tree produced byMorParser.fusionalsuffix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFusionalsuffixin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuffix
Visit a parse tree produced byMorParser.suffix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSuffixin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTranslations
Visit a parse tree produced byMorParser.translations().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTranslationsin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTranslation
Visit a parse tree produced byMorParser.translation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTranslationin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitString
Visit a parse tree produced byMorParser.string().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMwc
Visit a parse tree produced byMorParser.mwc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMwcin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMt
Visit a parse tree produced byMorParser.mt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMtin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMorpost
Visit a parse tree produced byMorParser.morpost().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMorpostin interfaceMorVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-