Class MorBaseVisitor<T>
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for 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, visitTerminal
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
visitStart
in 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:
visitMortier
in 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:
visitMor
in 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:
visitMorprefix
in 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:
visitMorelement
in 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:
visitMw
in 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:
visitPrefix
in 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:
visitPos
in 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:
visitCategory
in 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:
visitSubcategory
in 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:
visitStem
in 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:
visitMarker
in 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:
visitFusionalsuffix
in 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:
visitSuffix
in 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:
visitTranslations
in 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:
visitTranslation
in 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:
visitString
in 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:
visitMwc
in 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:
visitMt
in 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:
visitMorpost
in interfaceMorVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-