Package org.luwrain.antlr.inlandes
Interface InlandesListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
InlandesBaseListener
public interface InlandesListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
InlandesParser.-
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().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().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().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterNotation
Enter a parse tree produced byInlandesParser.notation().- Parameters:
ctx- the parse tree
-
exitNotation
Exit a parse tree produced byInlandesParser.notation().- Parameters:
ctx- the parse tree
-
enterRuleStatement
Enter a parse tree produced byInlandesParser.ruleStatement().- Parameters:
ctx- the parse tree
-
exitRuleStatement
Exit a parse tree produced byInlandesParser.ruleStatement().- Parameters:
ctx- the parse tree
-
enterRuleKeyword
Enter a parse tree produced byInlandesParser.ruleKeyword().- Parameters:
ctx- the parse tree
-
exitRuleKeyword
Exit a parse tree produced byInlandesParser.ruleKeyword().- Parameters:
ctx- the parse tree
-
enterWhereKeyword
Enter a parse tree produced byInlandesParser.whereKeyword().- Parameters:
ctx- the parse tree
-
exitWhereKeyword
Exit a parse tree produced byInlandesParser.whereKeyword().- Parameters:
ctx- the parse tree
-
enterDoKeyword
Enter a parse tree produced byInlandesParser.doKeyword().- Parameters:
ctx- the parse tree
-
exitDoKeyword
Exit a parse tree produced byInlandesParser.doKeyword().- Parameters:
ctx- the parse tree
-
enterStageKeyword
Enter a parse tree produced byInlandesParser.stageKeyword().- Parameters:
ctx- the parse tree
-
exitStageKeyword
Exit a parse tree produced byInlandesParser.stageKeyword().- Parameters:
ctx- the parse tree
-
enterWhereFixed
Enter a parse tree produced byInlandesParser.whereFixed().- Parameters:
ctx- the parse tree
-
exitWhereFixed
Exit a parse tree produced byInlandesParser.whereFixed().- Parameters:
ctx- the parse tree
-
enterWhereAlternative
Enter a parse tree produced byInlandesParser.whereAlternative().- Parameters:
ctx- the parse tree
-
exitWhereAlternative
Exit a parse tree produced byInlandesParser.whereAlternative().- Parameters:
ctx- the parse tree
-
enterWhereBlock
Enter a parse tree produced byInlandesParser.whereBlock().- Parameters:
ctx- the parse tree
-
exitWhereBlock
Exit a parse tree produced byInlandesParser.whereBlock().- Parameters:
ctx- the parse tree
-
enterWhereItem
Enter a parse tree produced byInlandesParser.whereItem().- Parameters:
ctx- the parse tree
-
exitWhereItem
Exit a parse tree produced byInlandesParser.whereItem().- Parameters:
ctx- the parse tree
-
enterWhereStatement
Enter a parse tree produced byInlandesParser.whereStatement().- Parameters:
ctx- the parse tree
-
exitWhereStatement
Exit a parse tree produced byInlandesParser.whereStatement().- Parameters:
ctx- the parse tree
-
enterAssignment
Enter a parse tree produced byInlandesParser.assignment().- Parameters:
ctx- the parse tree
-
exitAssignment
Exit a parse tree produced byInlandesParser.assignment().- Parameters:
ctx- the parse tree
-
enterAction
Enter a parse tree produced byInlandesParser.action().- Parameters:
ctx- the parse tree
-
exitAction
Exit a parse tree produced byInlandesParser.action().- Parameters:
ctx- the parse tree
-
enterOperation
Enter a parse tree produced byInlandesParser.operation().- Parameters:
ctx- the parse tree
-
exitOperation
Exit a parse tree produced byInlandesParser.operation().- Parameters:
ctx- the parse tree
-
enterDoStatement
Enter a parse tree produced byInlandesParser.doStatement().- Parameters:
ctx- the parse tree
-
exitDoStatement
Exit a parse tree produced byInlandesParser.doStatement().- Parameters:
ctx- the parse tree
-
enterStageStatement
Enter a parse tree produced byInlandesParser.stageStatement().- Parameters:
ctx- the parse tree
-
exitStageStatement
Exit a parse tree produced byInlandesParser.stageStatement().- Parameters:
ctx- the parse tree
-