Class MablSwapConditionParserBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.intocps.maestro.parser.template.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>
public class MablSwapConditionParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements MablSwapConditionParserVisitor<T>
This class provides an empty implementation ofMablSwapConditionParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description MablSwapConditionParserBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
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
public T visitArrayStateDesignator(MablSwapConditionParser.ArrayStateDesignatorContext ctx)
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
public T visitExpTest(MablSwapConditionParser.ExpTestContext ctx)
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
public T visitIdentifierExp(MablSwapConditionParser.IdentifierExpContext ctx)
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
public T visitLiteralExp(MablSwapConditionParser.LiteralExpContext ctx)
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
public T visitDotPrefixExp(MablSwapConditionParser.DotPrefixExpContext ctx)
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
public T visitBinaryExp(MablSwapConditionParser.BinaryExpContext ctx)
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
public T visitUnaryExp(MablSwapConditionParser.UnaryExpContext ctx)
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
public T visitPlainMetodExp(MablSwapConditionParser.PlainMetodExpContext ctx)
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
public T visitParenExp(MablSwapConditionParser.ParenExpContext ctx)
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
public T visitArrayIndex(MablSwapConditionParser.ArrayIndexContext ctx)
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
public T visitExpressionList(MablSwapConditionParser.ExpressionListContext ctx)
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
public T visitMethodCall(MablSwapConditionParser.MethodCallContext ctx)
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
public T visitParExpression(MablSwapConditionParser.ParExpressionContext ctx)
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
public T visitLiteral(MablSwapConditionParser.LiteralContext ctx)
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
-
-