Class SnpSiftBaseVisitor<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>,SnpSiftVisitor<T>
SnpSiftVisitor,
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 bySnpSiftParser.compilationUnit().Visit a parse tree produced by theexpressionComplabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by theexpressionCondlabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by theexpressionExistslabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by theexpressionLogiclabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by theexpressionParenlabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by theexpressionPluslabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by theexpressionSetlabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by theexpressionTimeslabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by theexpressionUnarylabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by thefunctionCalllabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by theliteralBoollabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by theliteralFloatlabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by theliteralIndexlabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by theliteralIntlabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by theliteralStringlabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by thevarReferencelabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by thevarReferenceListlabeled alternative inSnpSiftParser.expression().Visit a parse tree produced by thevarReferenceListSublabeled alternative inSnpSiftParser.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
-
SnpSiftBaseVisitor
public SnpSiftBaseVisitor()
-
-
Method Details
-
visitCompilationUnit
Visit a parse tree produced bySnpSiftParser.compilationUnit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompilationUnitin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionSet
Visit a parse tree produced by theexpressionSetlabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionSetin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralString
Visit a parse tree produced by theliteralStringlabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralStringin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionUnary
Visit a parse tree produced by theexpressionUnarylabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionUnaryin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionComp
Visit a parse tree produced by theexpressionComplabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionCompin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralBool
Visit a parse tree produced by theliteralBoollabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralBoolin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarReferenceList
Visit a parse tree produced by thevarReferenceListlabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVarReferenceListin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralFloat
Visit a parse tree produced by theliteralFloatlabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralFloatin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralIndex
Visit a parse tree produced by theliteralIndexlabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralIndexin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarReference
Visit a parse tree produced by thevarReferencelabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVarReferencein interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarReferenceListSub
Visit a parse tree produced by thevarReferenceListSublabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVarReferenceListSubin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionTimes
Visit a parse tree produced by theexpressionTimeslabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionTimesin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionExists
Visit a parse tree produced by theexpressionExistslabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionExistsin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionPlus
Visit a parse tree produced by theexpressionPluslabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionPlusin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionLogic
Visit a parse tree produced by theexpressionLogiclabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionLogicin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCall
Visit a parse tree produced by thefunctionCalllabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionCallin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionParen
Visit a parse tree produced by theexpressionParenlabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionParenin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionCond
Visit a parse tree produced by theexpressionCondlabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionCondin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralInt
Visit a parse tree produced by theliteralIntlabeled alternative inSnpSiftParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralIntin interfaceSnpSiftVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-