Interface MablSwapConditionParserVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
MablSwapConditionParserBaseVisitor
public interface MablSwapConditionParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
MablSwapConditionParser.-
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 interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitIdentifierStateDesignator
Visit a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayStateDesignator
Visit a parse tree produced by thearrayStateDesignatorlabeled alternative inMablSwapConditionParser.stateDesignator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpTest
Visit a parse tree produced byMablSwapConditionParser.expTest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifierExp
Visit a parse tree produced by theidentifierExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralExp
Visit a parse tree produced by theliteralExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDotPrefixExp
Visit a parse tree produced by thedotPrefixExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryExp
Visit a parse tree produced by thebinaryExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryExp
Visit a parse tree produced by theunaryExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlainMetodExp
Visit a parse tree produced by theplainMetodExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParenExp
Visit a parse tree produced by theparenExplabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayIndex
Visit a parse tree produced by thearrayIndexlabeled alternative inMablSwapConditionParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionList
Visit a parse tree produced byMablSwapConditionParser.expressionList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodCall
Visit a parse tree produced byMablSwapConditionParser.methodCall().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParExpression
Visit a parse tree produced byMablSwapConditionParser.parExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteral
Visit a parse tree produced byMablSwapConditionParser.literal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-