Class MablSwapConditionParserBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,MablSwapConditionParserVisitor<T>
MablSwapConditionParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced by thearrayIndexlabeled alternative inMablSwapConditionParser.expression().Visit a parse tree produced by thearrayStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().Visit a parse tree produced by thebinaryExplabeled alternative inMablSwapConditionParser.expression().Visit a parse tree produced by thedotPrefixExplabeled alternative inMablSwapConditionParser.expression().Visit a parse tree produced byMablSwapConditionParser.expressionList().Visit a parse tree produced byMablSwapConditionParser.expTest().Visit a parse tree produced by theidentifierExplabeled alternative inMablSwapConditionParser.expression().Visit a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().Visit a parse tree produced byMablSwapConditionParser.literal().Visit a parse tree produced by theliteralExplabeled alternative inMablSwapConditionParser.expression().Visit a parse tree produced byMablSwapConditionParser.methodCall().Visit a parse tree produced by theparenExplabeled alternative inMablSwapConditionParser.expression().Visit a parse tree produced byMablSwapConditionParser.parExpression().Visit a parse tree produced by theplainMetodExplabeled alternative inMablSwapConditionParser.expression().Visit a parse tree produced by theunaryExplabeled alternative inMablSwapConditionParser.expression().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
MablSwapConditionParserBaseVisitor
public MablSwapConditionParserBaseVisitor()
-
-
Method Details
-
visitIdentifierStateDesignator
public T visitIdentifierStateDesignator(MablSwapConditionParser.IdentifierStateDesignatorContext ctx) Visit a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierStateDesignatorin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayStateDesignator
Visit a parse tree produced by thearrayStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayStateDesignatorin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpTest
Visit a parse tree produced byMablSwapConditionParser.expTest().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpTestin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifierExp
Visit a parse tree produced by theidentifierExplabeled alternative inMablSwapConditionParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierExpin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralExp
Visit a parse tree produced by theliteralExplabeled alternative inMablSwapConditionParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralExpin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDotPrefixExp
Visit a parse tree produced by thedotPrefixExplabeled alternative inMablSwapConditionParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDotPrefixExpin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryExp
Visit a parse tree produced by thebinaryExplabeled alternative inMablSwapConditionParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinaryExpin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryExp
Visit a parse tree produced by theunaryExplabeled alternative inMablSwapConditionParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnaryExpin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlainMetodExp
Visit a parse tree produced by theplainMetodExplabeled alternative inMablSwapConditionParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlainMetodExpin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParenExp
Visit a parse tree produced by theparenExplabeled alternative inMablSwapConditionParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParenExpin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayIndex
Visit a parse tree produced by thearrayIndexlabeled alternative inMablSwapConditionParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayIndexin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionList
Visit a parse tree produced byMablSwapConditionParser.expressionList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionListin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodCall
Visit a parse tree produced byMablSwapConditionParser.methodCall().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMethodCallin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParExpression
Visit a parse tree produced byMablSwapConditionParser.parExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParExpressionin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteral
Visit a parse tree produced byMablSwapConditionParser.literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralin interfaceMablSwapConditionParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-