Package org.snpsift.antlr
Interface SnpSiftVisitor<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:
SnpSiftBaseVisitor
public interface SnpSiftVisitor<T> extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>This interface defines a complete generic visitor for a parse tree produced bySnpSiftParser.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TvisitCompilationUnit(SnpSiftParser.CompilationUnitContext ctx)Visit a parse tree produced bySnpSiftParser.compilationUnit().TvisitExpressionComp(SnpSiftParser.ExpressionCompContext ctx)Visit a parse tree produced by theexpressionComplabeled alternative inSnpSiftParser.expression().TvisitExpressionCond(SnpSiftParser.ExpressionCondContext ctx)Visit a parse tree produced by theexpressionCondlabeled alternative inSnpSiftParser.expression().TvisitExpressionExists(SnpSiftParser.ExpressionExistsContext ctx)Visit a parse tree produced by theexpressionExistslabeled alternative inSnpSiftParser.expression().TvisitExpressionLogic(SnpSiftParser.ExpressionLogicContext ctx)Visit a parse tree produced by theexpressionLogiclabeled alternative inSnpSiftParser.expression().TvisitExpressionParen(SnpSiftParser.ExpressionParenContext ctx)Visit a parse tree produced by theexpressionParenlabeled alternative inSnpSiftParser.expression().TvisitExpressionPlus(SnpSiftParser.ExpressionPlusContext ctx)Visit a parse tree produced by theexpressionPluslabeled alternative inSnpSiftParser.expression().TvisitExpressionSet(SnpSiftParser.ExpressionSetContext ctx)Visit a parse tree produced by theexpressionSetlabeled alternative inSnpSiftParser.expression().TvisitExpressionTimes(SnpSiftParser.ExpressionTimesContext ctx)Visit a parse tree produced by theexpressionTimeslabeled alternative inSnpSiftParser.expression().TvisitExpressionUnary(SnpSiftParser.ExpressionUnaryContext ctx)Visit a parse tree produced by theexpressionUnarylabeled alternative inSnpSiftParser.expression().TvisitFunctionCall(SnpSiftParser.FunctionCallContext ctx)Visit a parse tree produced by thefunctionCalllabeled alternative inSnpSiftParser.expression().TvisitLiteralBool(SnpSiftParser.LiteralBoolContext ctx)Visit a parse tree produced by theliteralBoollabeled alternative inSnpSiftParser.expression().TvisitLiteralFloat(SnpSiftParser.LiteralFloatContext ctx)Visit a parse tree produced by theliteralFloatlabeled alternative inSnpSiftParser.expression().TvisitLiteralIndex(SnpSiftParser.LiteralIndexContext ctx)Visit a parse tree produced by theliteralIndexlabeled alternative inSnpSiftParser.expression().TvisitLiteralInt(SnpSiftParser.LiteralIntContext ctx)Visit a parse tree produced by theliteralIntlabeled alternative inSnpSiftParser.expression().TvisitLiteralString(SnpSiftParser.LiteralStringContext ctx)Visit a parse tree produced by theliteralStringlabeled alternative inSnpSiftParser.expression().TvisitVarReference(SnpSiftParser.VarReferenceContext ctx)Visit a parse tree produced by thevarReferencelabeled alternative inSnpSiftParser.expression().TvisitVarReferenceList(SnpSiftParser.VarReferenceListContext ctx)Visit a parse tree produced by thevarReferenceListlabeled alternative inSnpSiftParser.expression().TvisitVarReferenceListSub(SnpSiftParser.VarReferenceListSubContext ctx)Visit a parse tree produced by thevarReferenceListSublabeled alternative inSnpSiftParser.expression().
-
-
-
Method Detail
-
visitCompilationUnit
T visitCompilationUnit(SnpSiftParser.CompilationUnitContext ctx)
Visit a parse tree produced bySnpSiftParser.compilationUnit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionSet
T visitExpressionSet(SnpSiftParser.ExpressionSetContext ctx)
Visit a parse tree produced by theexpressionSetlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralString
T visitLiteralString(SnpSiftParser.LiteralStringContext ctx)
Visit a parse tree produced by theliteralStringlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionUnary
T visitExpressionUnary(SnpSiftParser.ExpressionUnaryContext ctx)
Visit a parse tree produced by theexpressionUnarylabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionComp
T visitExpressionComp(SnpSiftParser.ExpressionCompContext ctx)
Visit a parse tree produced by theexpressionComplabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralBool
T visitLiteralBool(SnpSiftParser.LiteralBoolContext ctx)
Visit a parse tree produced by theliteralBoollabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarReferenceList
T visitVarReferenceList(SnpSiftParser.VarReferenceListContext ctx)
Visit a parse tree produced by thevarReferenceListlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralFloat
T visitLiteralFloat(SnpSiftParser.LiteralFloatContext ctx)
Visit a parse tree produced by theliteralFloatlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralIndex
T visitLiteralIndex(SnpSiftParser.LiteralIndexContext ctx)
Visit a parse tree produced by theliteralIndexlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarReference
T visitVarReference(SnpSiftParser.VarReferenceContext ctx)
Visit a parse tree produced by thevarReferencelabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVarReferenceListSub
T visitVarReferenceListSub(SnpSiftParser.VarReferenceListSubContext ctx)
Visit a parse tree produced by thevarReferenceListSublabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionTimes
T visitExpressionTimes(SnpSiftParser.ExpressionTimesContext ctx)
Visit a parse tree produced by theexpressionTimeslabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionExists
T visitExpressionExists(SnpSiftParser.ExpressionExistsContext ctx)
Visit a parse tree produced by theexpressionExistslabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionPlus
T visitExpressionPlus(SnpSiftParser.ExpressionPlusContext ctx)
Visit a parse tree produced by theexpressionPluslabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionLogic
T visitExpressionLogic(SnpSiftParser.ExpressionLogicContext ctx)
Visit a parse tree produced by theexpressionLogiclabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCall
T visitFunctionCall(SnpSiftParser.FunctionCallContext ctx)
Visit a parse tree produced by thefunctionCalllabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionParen
T visitExpressionParen(SnpSiftParser.ExpressionParenContext ctx)
Visit a parse tree produced by theexpressionParenlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpressionCond
T visitExpressionCond(SnpSiftParser.ExpressionCondContext ctx)
Visit a parse tree produced by theexpressionCondlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralInt
T visitLiteralInt(SnpSiftParser.LiteralIntContext ctx)
Visit a parse tree produced by theliteralIntlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-