Class MablSwapConditionParserBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,MablSwapConditionParserListener
MablSwapConditionParserListener,
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 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().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
MablSwapConditionParserBaseListener
public MablSwapConditionParserBaseListener()
-
-
Method Details
-
enterIdentifierStateDesignator
public void enterIdentifierStateDesignator(MablSwapConditionParser.IdentifierStateDesignatorContext ctx) Enter a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().The default implementation does nothing.
- Specified by:
enterIdentifierStateDesignatorin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierStateDesignator
public void exitIdentifierStateDesignator(MablSwapConditionParser.IdentifierStateDesignatorContext ctx) Exit a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().The default implementation does nothing.
- Specified by:
exitIdentifierStateDesignatorin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterArrayStateDesignator
Enter a parse tree produced by thearrayStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().The default implementation does nothing.
- Specified by:
enterArrayStateDesignatorin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitArrayStateDesignator
Exit a parse tree produced by thearrayStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().The default implementation does nothing.
- Specified by:
exitArrayStateDesignatorin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterExpTest
Enter a parse tree produced byMablSwapConditionParser.expTest().The default implementation does nothing.
- Specified by:
enterExpTestin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitExpTest
Exit a parse tree produced byMablSwapConditionParser.expTest().The default implementation does nothing.
- Specified by:
exitExpTestin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierExp
Enter a parse tree produced by theidentifierExplabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
enterIdentifierExpin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierExp
Exit a parse tree produced by theidentifierExplabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
exitIdentifierExpin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterLiteralExp
Enter a parse tree produced by theliteralExplabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
enterLiteralExpin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitLiteralExp
Exit a parse tree produced by theliteralExplabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
exitLiteralExpin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterDotPrefixExp
Enter a parse tree produced by thedotPrefixExplabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
enterDotPrefixExpin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitDotPrefixExp
Exit a parse tree produced by thedotPrefixExplabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
exitDotPrefixExpin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterBinaryExp
Enter a parse tree produced by thebinaryExplabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
enterBinaryExpin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitBinaryExp
Exit a parse tree produced by thebinaryExplabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
exitBinaryExpin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterUnaryExp
Enter a parse tree produced by theunaryExplabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
enterUnaryExpin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitUnaryExp
Exit a parse tree produced by theunaryExplabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
exitUnaryExpin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterPlainMetodExp
Enter a parse tree produced by theplainMetodExplabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
enterPlainMetodExpin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitPlainMetodExp
Exit a parse tree produced by theplainMetodExplabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
exitPlainMetodExpin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterParenExp
Enter a parse tree produced by theparenExplabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
enterParenExpin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitParenExp
Exit a parse tree produced by theparenExplabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
exitParenExpin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterArrayIndex
Enter a parse tree produced by thearrayIndexlabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
enterArrayIndexin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitArrayIndex
Exit a parse tree produced by thearrayIndexlabeled alternative inMablSwapConditionParser.expression().The default implementation does nothing.
- Specified by:
exitArrayIndexin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterExpressionList
Enter a parse tree produced byMablSwapConditionParser.expressionList().The default implementation does nothing.
- Specified by:
enterExpressionListin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitExpressionList
Exit a parse tree produced byMablSwapConditionParser.expressionList().The default implementation does nothing.
- Specified by:
exitExpressionListin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterMethodCall
Enter a parse tree produced byMablSwapConditionParser.methodCall().The default implementation does nothing.
- Specified by:
enterMethodCallin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitMethodCall
Exit a parse tree produced byMablSwapConditionParser.methodCall().The default implementation does nothing.
- Specified by:
exitMethodCallin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterParExpression
Enter a parse tree produced byMablSwapConditionParser.parExpression().The default implementation does nothing.
- Specified by:
enterParExpressionin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitParExpression
Exit a parse tree produced byMablSwapConditionParser.parExpression().The default implementation does nothing.
- Specified by:
exitParExpressionin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced byMablSwapConditionParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced byMablSwapConditionParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceMablSwapConditionParserListener- 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
-