Class InlandesBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,InlandesListener
InlandesListener,
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 byInlandesParser.action().voidEnter a parse tree produced byInlandesParser.assignment().voidEnter a parse tree produced byInlandesParser.doKeyword().voidEnter a parse tree produced byInlandesParser.doStatement().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byInlandesParser.notation().voidEnter a parse tree produced byInlandesParser.operation().voidEnter a parse tree produced byInlandesParser.ruleKeyword().voidEnter a parse tree produced byInlandesParser.ruleStatement().voidEnter a parse tree produced byInlandesParser.stageKeyword().voidEnter a parse tree produced byInlandesParser.stageStatement().voidEnter a parse tree produced byInlandesParser.whereAlternative().voidEnter a parse tree produced byInlandesParser.whereBlock().voidEnter a parse tree produced byInlandesParser.whereFixed().voidEnter a parse tree produced byInlandesParser.whereItem().voidEnter a parse tree produced byInlandesParser.whereKeyword().voidEnter a parse tree produced byInlandesParser.whereStatement().voidExit a parse tree produced byInlandesParser.action().voidExit a parse tree produced byInlandesParser.assignment().voidExit a parse tree produced byInlandesParser.doKeyword().voidExit a parse tree produced byInlandesParser.doStatement().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byInlandesParser.notation().voidExit a parse tree produced byInlandesParser.operation().voidExit a parse tree produced byInlandesParser.ruleKeyword().voidExit a parse tree produced byInlandesParser.ruleStatement().voidExit a parse tree produced byInlandesParser.stageKeyword().voidExit a parse tree produced byInlandesParser.stageStatement().voidExit a parse tree produced byInlandesParser.whereAlternative().voidExit a parse tree produced byInlandesParser.whereBlock().voidExit a parse tree produced byInlandesParser.whereFixed().voidExit a parse tree produced byInlandesParser.whereItem().voidExit a parse tree produced byInlandesParser.whereKeyword().voidExit a parse tree produced byInlandesParser.whereStatement().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
InlandesBaseListener
public InlandesBaseListener()
-
-
Method Details
-
enterNotation
Enter a parse tree produced byInlandesParser.notation().The default implementation does nothing.
- Specified by:
enterNotationin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitNotation
Exit a parse tree produced byInlandesParser.notation().The default implementation does nothing.
- Specified by:
exitNotationin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterRuleStatement
Enter a parse tree produced byInlandesParser.ruleStatement().The default implementation does nothing.
- Specified by:
enterRuleStatementin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitRuleStatement
Exit a parse tree produced byInlandesParser.ruleStatement().The default implementation does nothing.
- Specified by:
exitRuleStatementin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterRuleKeyword
Enter a parse tree produced byInlandesParser.ruleKeyword().The default implementation does nothing.
- Specified by:
enterRuleKeywordin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitRuleKeyword
Exit a parse tree produced byInlandesParser.ruleKeyword().The default implementation does nothing.
- Specified by:
exitRuleKeywordin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterWhereKeyword
Enter a parse tree produced byInlandesParser.whereKeyword().The default implementation does nothing.
- Specified by:
enterWhereKeywordin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitWhereKeyword
Exit a parse tree produced byInlandesParser.whereKeyword().The default implementation does nothing.
- Specified by:
exitWhereKeywordin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterDoKeyword
Enter a parse tree produced byInlandesParser.doKeyword().The default implementation does nothing.
- Specified by:
enterDoKeywordin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitDoKeyword
Exit a parse tree produced byInlandesParser.doKeyword().The default implementation does nothing.
- Specified by:
exitDoKeywordin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterStageKeyword
Enter a parse tree produced byInlandesParser.stageKeyword().The default implementation does nothing.
- Specified by:
enterStageKeywordin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitStageKeyword
Exit a parse tree produced byInlandesParser.stageKeyword().The default implementation does nothing.
- Specified by:
exitStageKeywordin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterWhereFixed
Enter a parse tree produced byInlandesParser.whereFixed().The default implementation does nothing.
- Specified by:
enterWhereFixedin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitWhereFixed
Exit a parse tree produced byInlandesParser.whereFixed().The default implementation does nothing.
- Specified by:
exitWhereFixedin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterWhereAlternative
Enter a parse tree produced byInlandesParser.whereAlternative().The default implementation does nothing.
- Specified by:
enterWhereAlternativein interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitWhereAlternative
Exit a parse tree produced byInlandesParser.whereAlternative().The default implementation does nothing.
- Specified by:
exitWhereAlternativein interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterWhereBlock
Enter a parse tree produced byInlandesParser.whereBlock().The default implementation does nothing.
- Specified by:
enterWhereBlockin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitWhereBlock
Exit a parse tree produced byInlandesParser.whereBlock().The default implementation does nothing.
- Specified by:
exitWhereBlockin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterWhereItem
Enter a parse tree produced byInlandesParser.whereItem().The default implementation does nothing.
- Specified by:
enterWhereItemin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitWhereItem
Exit a parse tree produced byInlandesParser.whereItem().The default implementation does nothing.
- Specified by:
exitWhereItemin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterWhereStatement
Enter a parse tree produced byInlandesParser.whereStatement().The default implementation does nothing.
- Specified by:
enterWhereStatementin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitWhereStatement
Exit a parse tree produced byInlandesParser.whereStatement().The default implementation does nothing.
- Specified by:
exitWhereStatementin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterAssignment
Enter a parse tree produced byInlandesParser.assignment().The default implementation does nothing.
- Specified by:
enterAssignmentin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitAssignment
Exit a parse tree produced byInlandesParser.assignment().The default implementation does nothing.
- Specified by:
exitAssignmentin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterAction
Enter a parse tree produced byInlandesParser.action().The default implementation does nothing.
- Specified by:
enterActionin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitAction
Exit a parse tree produced byInlandesParser.action().The default implementation does nothing.
- Specified by:
exitActionin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterOperation
Enter a parse tree produced byInlandesParser.operation().The default implementation does nothing.
- Specified by:
enterOperationin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitOperation
Exit a parse tree produced byInlandesParser.operation().The default implementation does nothing.
- Specified by:
exitOperationin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterDoStatement
Enter a parse tree produced byInlandesParser.doStatement().The default implementation does nothing.
- Specified by:
enterDoStatementin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitDoStatement
Exit a parse tree produced byInlandesParser.doStatement().The default implementation does nothing.
- Specified by:
exitDoStatementin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
enterStageStatement
Enter a parse tree produced byInlandesParser.stageStatement().The default implementation does nothing.
- Specified by:
enterStageStatementin interfaceInlandesListener- Parameters:
ctx- the parse tree
-
exitStageStatement
Exit a parse tree produced byInlandesParser.stageStatement().The default implementation does nothing.
- Specified by:
exitStageStatementin interfaceInlandesListener- 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
-