Interface MablSwapConditionParserListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
MablSwapConditionParserBaseListener
public interface MablSwapConditionParserListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byMablSwapConditionParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterIdentifierStateDesignator
void enterIdentifierStateDesignator(MablSwapConditionParser.IdentifierStateDesignatorContext ctx)
Enter a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().- Parameters:
ctx- the parse tree
-
exitIdentifierStateDesignator
void exitIdentifierStateDesignator(MablSwapConditionParser.IdentifierStateDesignatorContext ctx)
Exit a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().- Parameters:
ctx- the parse tree
-
enterArrayStateDesignator
void enterArrayStateDesignator(MablSwapConditionParser.ArrayStateDesignatorContext ctx)
Enter a parse tree produced by thearrayStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().- Parameters:
ctx- the parse tree
-
exitArrayStateDesignator
void exitArrayStateDesignator(MablSwapConditionParser.ArrayStateDesignatorContext ctx)
Exit a parse tree produced by thearrayStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().- Parameters:
ctx- the parse tree
-
enterExpTest
void enterExpTest(MablSwapConditionParser.ExpTestContext ctx)
Enter a parse tree produced byMablSwapConditionParser.expTest().- Parameters:
ctx- the parse tree
-
exitExpTest
void exitExpTest(MablSwapConditionParser.ExpTestContext ctx)
Exit a parse tree produced byMablSwapConditionParser.expTest().- Parameters:
ctx- the parse tree
-
enterIdentifierExp
void enterIdentifierExp(MablSwapConditionParser.IdentifierExpContext ctx)
Enter a parse tree produced by theidentifierExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitIdentifierExp
void exitIdentifierExp(MablSwapConditionParser.IdentifierExpContext ctx)
Exit a parse tree produced by theidentifierExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterLiteralExp
void enterLiteralExp(MablSwapConditionParser.LiteralExpContext ctx)
Enter a parse tree produced by theliteralExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitLiteralExp
void exitLiteralExp(MablSwapConditionParser.LiteralExpContext ctx)
Exit a parse tree produced by theliteralExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterDotPrefixExp
void enterDotPrefixExp(MablSwapConditionParser.DotPrefixExpContext ctx)
Enter a parse tree produced by thedotPrefixExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitDotPrefixExp
void exitDotPrefixExp(MablSwapConditionParser.DotPrefixExpContext ctx)
Exit a parse tree produced by thedotPrefixExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterBinaryExp
void enterBinaryExp(MablSwapConditionParser.BinaryExpContext ctx)
Enter a parse tree produced by thebinaryExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitBinaryExp
void exitBinaryExp(MablSwapConditionParser.BinaryExpContext ctx)
Exit a parse tree produced by thebinaryExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterUnaryExp
void enterUnaryExp(MablSwapConditionParser.UnaryExpContext ctx)
Enter a parse tree produced by theunaryExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitUnaryExp
void exitUnaryExp(MablSwapConditionParser.UnaryExpContext ctx)
Exit a parse tree produced by theunaryExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterPlainMetodExp
void enterPlainMetodExp(MablSwapConditionParser.PlainMetodExpContext ctx)
Enter a parse tree produced by theplainMetodExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitPlainMetodExp
void exitPlainMetodExp(MablSwapConditionParser.PlainMetodExpContext ctx)
Exit a parse tree produced by theplainMetodExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterParenExp
void enterParenExp(MablSwapConditionParser.ParenExpContext ctx)
Enter a parse tree produced by theparenExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitParenExp
void exitParenExp(MablSwapConditionParser.ParenExpContext ctx)
Exit a parse tree produced by theparenExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterArrayIndex
void enterArrayIndex(MablSwapConditionParser.ArrayIndexContext ctx)
Enter a parse tree produced by thearrayIndexlabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
exitArrayIndex
void exitArrayIndex(MablSwapConditionParser.ArrayIndexContext ctx)
Exit a parse tree produced by thearrayIndexlabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree
-
enterExpressionList
void enterExpressionList(MablSwapConditionParser.ExpressionListContext ctx)
Enter a parse tree produced byMablSwapConditionParser.expressionList().- Parameters:
ctx- the parse tree
-
exitExpressionList
void exitExpressionList(MablSwapConditionParser.ExpressionListContext ctx)
Exit a parse tree produced byMablSwapConditionParser.expressionList().- Parameters:
ctx- the parse tree
-
enterMethodCall
void enterMethodCall(MablSwapConditionParser.MethodCallContext ctx)
Enter a parse tree produced byMablSwapConditionParser.methodCall().- Parameters:
ctx- the parse tree
-
exitMethodCall
void exitMethodCall(MablSwapConditionParser.MethodCallContext ctx)
Exit a parse tree produced byMablSwapConditionParser.methodCall().- Parameters:
ctx- the parse tree
-
enterParExpression
void enterParExpression(MablSwapConditionParser.ParExpressionContext ctx)
Enter a parse tree produced byMablSwapConditionParser.parExpression().- Parameters:
ctx- the parse tree
-
exitParExpression
void exitParExpression(MablSwapConditionParser.ParExpressionContext ctx)
Exit a parse tree produced byMablSwapConditionParser.parExpression().- Parameters:
ctx- the parse tree
-
enterLiteral
void enterLiteral(MablSwapConditionParser.LiteralContext ctx)
Enter a parse tree produced byMablSwapConditionParser.literal().- Parameters:
ctx- the parse tree
-
exitLiteral
void exitLiteral(MablSwapConditionParser.LiteralContext ctx)
Exit a parse tree produced byMablSwapConditionParser.literal().- Parameters:
ctx- the parse tree
-
-