Class LmBaseListener
- All Implemented Interfaces:
LmListener,org.antlr.v4.runtime.tree.ParseTreeListener
LmListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
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().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
LmBaseListener
public LmBaseListener()
-
-
Method Details
-
enterLmFile
Enter a parse tree produced byLmParser.lmFile().The default implementation does nothing.
- Specified by:
enterLmFilein interfaceLmListener- Parameters:
ctx- the parse tree
-
exitLmFile
Exit a parse tree produced byLmParser.lmFile().The default implementation does nothing.
- Specified by:
exitLmFilein interfaceLmListener- Parameters:
ctx- the parse tree
-
enterStatement
Enter a parse tree produced byLmParser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitStatement
Exit a parse tree produced byLmParser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterValueMapDecl
Enter a parse tree produced byLmParser.valueMapDecl().The default implementation does nothing.
- Specified by:
enterValueMapDeclin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitValueMapDecl
Exit a parse tree produced byLmParser.valueMapDecl().The default implementation does nothing.
- Specified by:
exitValueMapDeclin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterValueMapEntry
Enter a parse tree produced byLmParser.valueMapEntry().The default implementation does nothing.
- Specified by:
enterValueMapEntryin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitValueMapEntry
Exit a parse tree produced byLmParser.valueMapEntry().The default implementation does nothing.
- Specified by:
exitValueMapEntryin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterDataDecl
Enter a parse tree produced byLmParser.dataDecl().The default implementation does nothing.
- Specified by:
enterDataDeclin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitDataDecl
Exit a parse tree produced byLmParser.dataDecl().The default implementation does nothing.
- Specified by:
exitDataDeclin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterDataStmt
Enter a parse tree produced byLmParser.dataStmt().The default implementation does nothing.
- Specified by:
enterDataStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitDataStmt
Exit a parse tree produced byLmParser.dataStmt().The default implementation does nothing.
- Specified by:
exitDataStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterInspectionDecl
Enter a parse tree produced byLmParser.inspectionDecl().The default implementation does nothing.
- Specified by:
enterInspectionDeclin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitInspectionDecl
Exit a parse tree produced byLmParser.inspectionDecl().The default implementation does nothing.
- Specified by:
exitInspectionDeclin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterInspectionStmt
Enter a parse tree produced byLmParser.inspectionStmt().The default implementation does nothing.
- Specified by:
enterInspectionStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitInspectionStmt
Exit a parse tree produced byLmParser.inspectionStmt().The default implementation does nothing.
- Specified by:
exitInspectionStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterColumnStmt
Enter a parse tree produced byLmParser.columnStmt().The default implementation does nothing.
- Specified by:
enterColumnStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitColumnStmt
Exit a parse tree produced byLmParser.columnStmt().The default implementation does nothing.
- Specified by:
exitColumnStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterDirectionStmt
Enter a parse tree produced byLmParser.directionStmt().The default implementation does nothing.
- Specified by:
enterDirectionStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitDirectionStmt
Exit a parse tree produced byLmParser.directionStmt().The default implementation does nothing.
- Specified by:
exitDirectionStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterConversionStmt
Enter a parse tree produced byLmParser.conversionStmt().The default implementation does nothing.
- Specified by:
enterConversionStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitConversionStmt
Exit a parse tree produced byLmParser.conversionStmt().The default implementation does nothing.
- Specified by:
exitConversionStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterAliasStmt
Enter a parse tree produced byLmParser.aliasStmt().The default implementation does nothing.
- Specified by:
enterAliasStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitAliasStmt
Exit a parse tree produced byLmParser.aliasStmt().The default implementation does nothing.
- Specified by:
exitAliasStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterWithStmt
Enter a parse tree produced byLmParser.withStmt().The default implementation does nothing.
- Specified by:
enterWithStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitWithStmt
Exit a parse tree produced byLmParser.withStmt().The default implementation does nothing.
- Specified by:
exitWithStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterAnnexeStmt
Enter a parse tree produced byLmParser.annexeStmt().The default implementation does nothing.
- Specified by:
enterAnnexeStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitAnnexeStmt
Exit a parse tree produced byLmParser.annexeStmt().The default implementation does nothing.
- Specified by:
exitAnnexeStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterAnnexedStmt
Enter a parse tree produced byLmParser.annexedStmt().The default implementation does nothing.
- Specified by:
enterAnnexedStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitAnnexedStmt
Exit a parse tree produced byLmParser.annexedStmt().The default implementation does nothing.
- Specified by:
exitAnnexedStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterJoinStmt
Enter a parse tree produced byLmParser.joinStmt().The default implementation does nothing.
- Specified by:
enterJoinStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitJoinStmt
Exit a parse tree produced byLmParser.joinStmt().The default implementation does nothing.
- Specified by:
exitJoinStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterNestingStmt
Enter a parse tree produced byLmParser.nestingStmt().The default implementation does nothing.
- Specified by:
enterNestingStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitNestingStmt
Exit a parse tree produced byLmParser.nestingStmt().The default implementation does nothing.
- Specified by:
exitNestingStmtin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterTargetPath
Enter a parse tree produced byLmParser.targetPath().The default implementation does nothing.
- Specified by:
enterTargetPathin interfaceLmListener- Parameters:
ctx- the parse tree
-
exitTargetPath
Exit a parse tree produced byLmParser.targetPath().The default implementation does nothing.
- Specified by:
exitTargetPathin interfaceLmListener- Parameters:
ctx- the parse tree
-
enterQname
Enter a parse tree produced byLmParser.qname().The default implementation does nothing.
- Specified by:
enterQnamein interfaceLmListener- Parameters:
ctx- the parse tree
-
exitQname
Exit a parse tree produced byLmParser.qname().The default implementation does nothing.
- Specified by:
exitQnamein interfaceLmListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-