Package guru.interlis.convconf.parser
Interface LmListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
LmBaseListener
public interface LmListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
LmParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byLmParser.aliasStmt().voidEnter a parse tree produced byLmParser.annexedStmt().voidEnter a parse tree produced byLmParser.annexeStmt().voidEnter a parse tree produced byLmParser.columnStmt().voidEnter a parse tree produced byLmParser.conversionStmt().voidEnter a parse tree produced byLmParser.dataDecl().voidEnter a parse tree produced byLmParser.dataStmt().voidEnter a parse tree produced byLmParser.directionStmt().voidEnter a parse tree produced byLmParser.inspectionDecl().voidEnter a parse tree produced byLmParser.inspectionStmt().voidEnter a parse tree produced byLmParser.joinStmt().voidEnter a parse tree produced byLmParser.lmFile().voidEnter a parse tree produced byLmParser.nestingStmt().voidEnter a parse tree produced byLmParser.qname().voidEnter a parse tree produced byLmParser.statement().voidEnter a parse tree produced byLmParser.targetPath().voidEnter a parse tree produced byLmParser.valueMapDecl().voidEnter a parse tree produced byLmParser.valueMapEntry().voidEnter a parse tree produced byLmParser.withStmt().voidExit a parse tree produced byLmParser.aliasStmt().voidExit a parse tree produced byLmParser.annexedStmt().voidExit a parse tree produced byLmParser.annexeStmt().voidExit a parse tree produced byLmParser.columnStmt().voidExit a parse tree produced byLmParser.conversionStmt().voidExit a parse tree produced byLmParser.dataDecl().voidExit a parse tree produced byLmParser.dataStmt().voidExit a parse tree produced byLmParser.directionStmt().voidExit a parse tree produced byLmParser.inspectionDecl().voidExit a parse tree produced byLmParser.inspectionStmt().voidExit a parse tree produced byLmParser.joinStmt().voidExit a parse tree produced byLmParser.lmFile().voidExit a parse tree produced byLmParser.nestingStmt().voidExit a parse tree produced byLmParser.qname().voidExit a parse tree produced byLmParser.statement().voidExit a parse tree produced byLmParser.targetPath().voidExit a parse tree produced byLmParser.valueMapDecl().voidExit a parse tree produced byLmParser.valueMapEntry().voidExit a parse tree produced byLmParser.withStmt().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterLmFile
Enter a parse tree produced byLmParser.lmFile().- Parameters:
ctx- the parse tree
-
exitLmFile
Exit a parse tree produced byLmParser.lmFile().- Parameters:
ctx- the parse tree
-
enterStatement
Enter a parse tree produced byLmParser.statement().- Parameters:
ctx- the parse tree
-
exitStatement
Exit a parse tree produced byLmParser.statement().- Parameters:
ctx- the parse tree
-
enterValueMapDecl
Enter a parse tree produced byLmParser.valueMapDecl().- Parameters:
ctx- the parse tree
-
exitValueMapDecl
Exit a parse tree produced byLmParser.valueMapDecl().- Parameters:
ctx- the parse tree
-
enterValueMapEntry
Enter a parse tree produced byLmParser.valueMapEntry().- Parameters:
ctx- the parse tree
-
exitValueMapEntry
Exit a parse tree produced byLmParser.valueMapEntry().- Parameters:
ctx- the parse tree
-
enterDataDecl
Enter a parse tree produced byLmParser.dataDecl().- Parameters:
ctx- the parse tree
-
exitDataDecl
Exit a parse tree produced byLmParser.dataDecl().- Parameters:
ctx- the parse tree
-
enterDataStmt
Enter a parse tree produced byLmParser.dataStmt().- Parameters:
ctx- the parse tree
-
exitDataStmt
Exit a parse tree produced byLmParser.dataStmt().- Parameters:
ctx- the parse tree
-
enterInspectionDecl
Enter a parse tree produced byLmParser.inspectionDecl().- Parameters:
ctx- the parse tree
-
exitInspectionDecl
Exit a parse tree produced byLmParser.inspectionDecl().- Parameters:
ctx- the parse tree
-
enterInspectionStmt
Enter a parse tree produced byLmParser.inspectionStmt().- Parameters:
ctx- the parse tree
-
exitInspectionStmt
Exit a parse tree produced byLmParser.inspectionStmt().- Parameters:
ctx- the parse tree
-
enterColumnStmt
Enter a parse tree produced byLmParser.columnStmt().- Parameters:
ctx- the parse tree
-
exitColumnStmt
Exit a parse tree produced byLmParser.columnStmt().- Parameters:
ctx- the parse tree
-
enterDirectionStmt
Enter a parse tree produced byLmParser.directionStmt().- Parameters:
ctx- the parse tree
-
exitDirectionStmt
Exit a parse tree produced byLmParser.directionStmt().- Parameters:
ctx- the parse tree
-
enterConversionStmt
Enter a parse tree produced byLmParser.conversionStmt().- Parameters:
ctx- the parse tree
-
exitConversionStmt
Exit a parse tree produced byLmParser.conversionStmt().- Parameters:
ctx- the parse tree
-
enterAliasStmt
Enter a parse tree produced byLmParser.aliasStmt().- Parameters:
ctx- the parse tree
-
exitAliasStmt
Exit a parse tree produced byLmParser.aliasStmt().- Parameters:
ctx- the parse tree
-
enterWithStmt
Enter a parse tree produced byLmParser.withStmt().- Parameters:
ctx- the parse tree
-
exitWithStmt
Exit a parse tree produced byLmParser.withStmt().- Parameters:
ctx- the parse tree
-
enterAnnexeStmt
Enter a parse tree produced byLmParser.annexeStmt().- Parameters:
ctx- the parse tree
-
exitAnnexeStmt
Exit a parse tree produced byLmParser.annexeStmt().- Parameters:
ctx- the parse tree
-
enterAnnexedStmt
Enter a parse tree produced byLmParser.annexedStmt().- Parameters:
ctx- the parse tree
-
exitAnnexedStmt
Exit a parse tree produced byLmParser.annexedStmt().- Parameters:
ctx- the parse tree
-
enterJoinStmt
Enter a parse tree produced byLmParser.joinStmt().- Parameters:
ctx- the parse tree
-
exitJoinStmt
Exit a parse tree produced byLmParser.joinStmt().- Parameters:
ctx- the parse tree
-
enterNestingStmt
Enter a parse tree produced byLmParser.nestingStmt().- Parameters:
ctx- the parse tree
-
exitNestingStmt
Exit a parse tree produced byLmParser.nestingStmt().- Parameters:
ctx- the parse tree
-
enterTargetPath
Enter a parse tree produced byLmParser.targetPath().- Parameters:
ctx- the parse tree
-
exitTargetPath
Exit a parse tree produced byLmParser.targetPath().- Parameters:
ctx- the parse tree
-
enterQname
Enter a parse tree produced byLmParser.qname().- Parameters:
ctx- the parse tree
-
exitQname
Exit a parse tree produced byLmParser.qname().- Parameters:
ctx- the parse tree
-