Interface MorVisitor<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:
MorBaseVisitor
public interface MorVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
MorParser.-
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 interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitStart
Visit a parse tree produced byMorParser.start().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMortier
Visit a parse tree produced byMorParser.mortier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMor
Visit a parse tree produced byMorParser.mor().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMorprefix
Visit a parse tree produced byMorParser.morprefix().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMorelement
Visit a parse tree produced byMorParser.morelement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMw
Visit a parse tree produced byMorParser.mw().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrefix
Visit a parse tree produced byMorParser.prefix().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPos
Visit a parse tree produced byMorParser.pos().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCategory
Visit a parse tree produced byMorParser.category().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubcategory
Visit a parse tree produced byMorParser.subcategory().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStem
Visit a parse tree produced byMorParser.stem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMarker
Visit a parse tree produced byMorParser.marker().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFusionalsuffix
Visit a parse tree produced byMorParser.fusionalsuffix().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuffix
Visit a parse tree produced byMorParser.suffix().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTranslations
Visit a parse tree produced byMorParser.translations().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTranslation
Visit a parse tree produced byMorParser.translation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitString
Visit a parse tree produced byMorParser.string().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMwc
Visit a parse tree produced byMorParser.mwc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMt
Visit a parse tree produced byMorParser.mt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMorpost
Visit a parse tree produced byMorParser.morpost().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-