Class MablSwapConditionParserBaseListener
- java.lang.Object
-
- org.intocps.maestro.parser.template.MablSwapConditionParserBaseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,MablSwapConditionParserListener
public class MablSwapConditionParserBaseListener extends Object implements MablSwapConditionParserListener
This class provides an empty implementation ofMablSwapConditionParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description MablSwapConditionParserBaseListener()
-
Method Summary
-
-
-
Method Detail
-
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
public void enterArrayStateDesignator(MablSwapConditionParser.ArrayStateDesignatorContext ctx)
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
public void exitArrayStateDesignator(MablSwapConditionParser.ArrayStateDesignatorContext ctx)
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
public void enterExpTest(MablSwapConditionParser.ExpTestContext ctx)
Enter a parse tree produced byMablSwapConditionParser.expTest().The default implementation does nothing.
- Specified by:
enterExpTestin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitExpTest
public void exitExpTest(MablSwapConditionParser.ExpTestContext ctx)
Exit a parse tree produced byMablSwapConditionParser.expTest().The default implementation does nothing.
- Specified by:
exitExpTestin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierExp
public void enterIdentifierExp(MablSwapConditionParser.IdentifierExpContext ctx)
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
public void exitIdentifierExp(MablSwapConditionParser.IdentifierExpContext ctx)
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
public void enterLiteralExp(MablSwapConditionParser.LiteralExpContext ctx)
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
public void exitLiteralExp(MablSwapConditionParser.LiteralExpContext ctx)
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
public void enterDotPrefixExp(MablSwapConditionParser.DotPrefixExpContext ctx)
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
public void exitDotPrefixExp(MablSwapConditionParser.DotPrefixExpContext ctx)
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
public void enterBinaryExp(MablSwapConditionParser.BinaryExpContext ctx)
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
public void exitBinaryExp(MablSwapConditionParser.BinaryExpContext ctx)
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
public void enterUnaryExp(MablSwapConditionParser.UnaryExpContext ctx)
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
public void exitUnaryExp(MablSwapConditionParser.UnaryExpContext ctx)
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
public void enterPlainMetodExp(MablSwapConditionParser.PlainMetodExpContext ctx)
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
public void exitPlainMetodExp(MablSwapConditionParser.PlainMetodExpContext ctx)
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
public void enterParenExp(MablSwapConditionParser.ParenExpContext ctx)
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
public void exitParenExp(MablSwapConditionParser.ParenExpContext ctx)
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
public void enterArrayIndex(MablSwapConditionParser.ArrayIndexContext ctx)
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
public void exitArrayIndex(MablSwapConditionParser.ArrayIndexContext ctx)
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
public void enterExpressionList(MablSwapConditionParser.ExpressionListContext ctx)
Enter a parse tree produced byMablSwapConditionParser.expressionList().The default implementation does nothing.
- Specified by:
enterExpressionListin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitExpressionList
public void exitExpressionList(MablSwapConditionParser.ExpressionListContext ctx)
Exit a parse tree produced byMablSwapConditionParser.expressionList().The default implementation does nothing.
- Specified by:
exitExpressionListin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterMethodCall
public void enterMethodCall(MablSwapConditionParser.MethodCallContext ctx)
Enter a parse tree produced byMablSwapConditionParser.methodCall().The default implementation does nothing.
- Specified by:
enterMethodCallin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitMethodCall
public void exitMethodCall(MablSwapConditionParser.MethodCallContext ctx)
Exit a parse tree produced byMablSwapConditionParser.methodCall().The default implementation does nothing.
- Specified by:
exitMethodCallin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterParExpression
public void enterParExpression(MablSwapConditionParser.ParExpressionContext ctx)
Enter a parse tree produced byMablSwapConditionParser.parExpression().The default implementation does nothing.
- Specified by:
enterParExpressionin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitParExpression
public void exitParExpression(MablSwapConditionParser.ParExpressionContext ctx)
Exit a parse tree produced byMablSwapConditionParser.parExpression().The default implementation does nothing.
- Specified by:
exitParExpressionin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
enterLiteral
public void enterLiteral(MablSwapConditionParser.LiteralContext ctx)
Enter a parse tree produced byMablSwapConditionParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceMablSwapConditionParserListener- Parameters:
ctx- the parse tree
-
exitLiteral
public void exitLiteral(MablSwapConditionParser.LiteralContext ctx)
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
-
-