Interface MablSwapConditionParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
MablSwapConditionParserBaseListener
public interface MablSwapConditionParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
MablSwapConditionParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced by thearrayIndexlabeled alternative inMablSwapConditionParser.expression().voidEnter a parse tree produced by thearrayStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().voidEnter a parse tree produced by thebinaryExplabeled alternative inMablSwapConditionParser.expression().voidEnter a parse tree produced by thedotPrefixExplabeled alternative inMablSwapConditionParser.expression().voidEnter a parse tree produced byMablSwapConditionParser.expressionList().voidEnter a parse tree produced byMablSwapConditionParser.expTest().voidEnter a parse tree produced by theidentifierExplabeled alternative inMablSwapConditionParser.expression().voidEnter a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().voidEnter a parse tree produced byMablSwapConditionParser.literal().voidEnter a parse tree produced by theliteralExplabeled alternative inMablSwapConditionParser.expression().voidEnter a parse tree produced byMablSwapConditionParser.methodCall().voidEnter a parse tree produced by theparenExplabeled alternative inMablSwapConditionParser.expression().voidEnter a parse tree produced byMablSwapConditionParser.parExpression().voidEnter a parse tree produced by theplainMetodExplabeled alternative inMablSwapConditionParser.expression().voidEnter a parse tree produced by theunaryExplabeled alternative inMablSwapConditionParser.expression().voidExit a parse tree produced by thearrayIndexlabeled alternative inMablSwapConditionParser.expression().voidExit a parse tree produced by thearrayStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().voidExit a parse tree produced by thebinaryExplabeled alternative inMablSwapConditionParser.expression().voidExit a parse tree produced by thedotPrefixExplabeled alternative inMablSwapConditionParser.expression().voidExit a parse tree produced byMablSwapConditionParser.expressionList().voidExit a parse tree produced byMablSwapConditionParser.expTest().voidExit a parse tree produced by theidentifierExplabeled alternative inMablSwapConditionParser.expression().voidExit a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().voidExit a parse tree produced byMablSwapConditionParser.literal().voidExit a parse tree produced by theliteralExplabeled alternative inMablSwapConditionParser.expression().voidExit a parse tree produced byMablSwapConditionParser.methodCall().voidExit a parse tree produced by theparenExplabeled alternative inMablSwapConditionParser.expression().voidExit a parse tree produced byMablSwapConditionParser.parExpression().voidExit a parse tree produced by theplainMetodExplabeled alternative inMablSwapConditionParser.expression().voidExit a parse tree produced by theunaryExplabeled alternative inMablSwapConditionParser.expression().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterIdentifierStateDesignator
Enter a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().- Parameters:
ctx- the parse tree
-
exitIdentifierStateDesignator
Exit a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().- Parameters:
ctx- the parse tree
-
enterArrayStateDesignator
Enter a parse tree produced by thearrayStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().- Parameters:
ctx- the parse tree
-
exitArrayStateDesignator
Exit a parse tree produced by thearrayStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().- Parameters:
ctx- the parse tree
-
enterExpTest
Enter a parse tree produced byMablSwapConditionParser.expTest().- Parameters:
ctx- the parse tree
-
exitExpTest
Exit a parse tree produced byMablSwapConditionParser.expTest().- Parameters:
ctx- the parse tree
-
enterIdentifierExp
Enter a parse tree produced by theidentifierExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitIdentifierExp
Exit a parse tree produced by theidentifierExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterLiteralExp
Enter a parse tree produced by theliteralExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitLiteralExp
Exit a parse tree produced by theliteralExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterDotPrefixExp
Enter a parse tree produced by thedotPrefixExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitDotPrefixExp
Exit a parse tree produced by thedotPrefixExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterBinaryExp
Enter a parse tree produced by thebinaryExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitBinaryExp
Exit a parse tree produced by thebinaryExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterUnaryExp
Enter a parse tree produced by theunaryExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitUnaryExp
Exit a parse tree produced by theunaryExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterPlainMetodExp
Enter a parse tree produced by theplainMetodExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitPlainMetodExp
Exit a parse tree produced by theplainMetodExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterParenExp
Enter a parse tree produced by theparenExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitParenExp
Exit a parse tree produced by theparenExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterArrayIndex
Enter a parse tree produced by thearrayIndexlabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitArrayIndex
Exit a parse tree produced by thearrayIndexlabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterExpressionList
Enter a parse tree produced byMablSwapConditionParser.expressionList().- Parameters:
ctx- the parse tree
-
exitExpressionList
Exit a parse tree produced byMablSwapConditionParser.expressionList().- Parameters:
ctx- the parse tree
-
enterMethodCall
Enter a parse tree produced byMablSwapConditionParser.methodCall().- Parameters:
ctx- the parse tree
-
exitMethodCall
Exit a parse tree produced byMablSwapConditionParser.methodCall().- Parameters:
ctx- the parse tree
-
enterParExpression
Enter a parse tree produced byMablSwapConditionParser.parExpression().- Parameters:
ctx- the parse tree
-
exitParExpression
Exit a parse tree produced byMablSwapConditionParser.parExpression().- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced byMablSwapConditionParser.literal().- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced byMablSwapConditionParser.literal().- Parameters:
ctx- the parse tree
-