Package org.snpsift.antlr
Interface SnpSiftListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
SnpSiftBaseListener
public interface SnpSiftListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
SnpSiftParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced bySnpSiftParser.compilationUnit().voidEnter a parse tree produced by theexpressionComplabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by theexpressionCondlabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by theexpressionExistslabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by theexpressionLogiclabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by theexpressionParenlabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by theexpressionPluslabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by theexpressionSetlabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by theexpressionTimeslabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by theexpressionUnarylabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by thefunctionCalllabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by theliteralBoollabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by theliteralFloatlabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by theliteralIndexlabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by theliteralIntlabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by theliteralStringlabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by thevarReferencelabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by thevarReferenceListlabeled alternative inSnpSiftParser.expression().voidEnter a parse tree produced by thevarReferenceListSublabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced bySnpSiftParser.compilationUnit().voidExit a parse tree produced by theexpressionComplabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by theexpressionCondlabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by theexpressionExistslabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by theexpressionLogiclabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by theexpressionParenlabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by theexpressionPluslabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by theexpressionSetlabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by theexpressionTimeslabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by theexpressionUnarylabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by thefunctionCalllabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by theliteralBoollabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by theliteralFloatlabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by theliteralIndexlabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by theliteralIntlabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by theliteralStringlabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by thevarReferencelabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by thevarReferenceListlabeled alternative inSnpSiftParser.expression().voidExit a parse tree produced by thevarReferenceListSublabeled alternative inSnpSiftParser.expression().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterCompilationUnit
Enter a parse tree produced bySnpSiftParser.compilationUnit().- Parameters:
ctx- the parse tree
-
exitCompilationUnit
Exit a parse tree produced bySnpSiftParser.compilationUnit().- Parameters:
ctx- the parse tree
-
enterExpressionSet
Enter a parse tree produced by theexpressionSetlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitExpressionSet
Exit a parse tree produced by theexpressionSetlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterLiteralString
Enter a parse tree produced by theliteralStringlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitLiteralString
Exit a parse tree produced by theliteralStringlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterExpressionUnary
Enter a parse tree produced by theexpressionUnarylabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitExpressionUnary
Exit a parse tree produced by theexpressionUnarylabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterExpressionComp
Enter a parse tree produced by theexpressionComplabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitExpressionComp
Exit a parse tree produced by theexpressionComplabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterLiteralBool
Enter a parse tree produced by theliteralBoollabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitLiteralBool
Exit a parse tree produced by theliteralBoollabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterVarReferenceList
Enter a parse tree produced by thevarReferenceListlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitVarReferenceList
Exit a parse tree produced by thevarReferenceListlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterLiteralFloat
Enter a parse tree produced by theliteralFloatlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitLiteralFloat
Exit a parse tree produced by theliteralFloatlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterLiteralIndex
Enter a parse tree produced by theliteralIndexlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitLiteralIndex
Exit a parse tree produced by theliteralIndexlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterVarReference
Enter a parse tree produced by thevarReferencelabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitVarReference
Exit a parse tree produced by thevarReferencelabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterVarReferenceListSub
Enter a parse tree produced by thevarReferenceListSublabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitVarReferenceListSub
Exit a parse tree produced by thevarReferenceListSublabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterExpressionTimes
Enter a parse tree produced by theexpressionTimeslabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitExpressionTimes
Exit a parse tree produced by theexpressionTimeslabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterExpressionExists
Enter a parse tree produced by theexpressionExistslabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitExpressionExists
Exit a parse tree produced by theexpressionExistslabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterExpressionPlus
Enter a parse tree produced by theexpressionPluslabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitExpressionPlus
Exit a parse tree produced by theexpressionPluslabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterExpressionLogic
Enter a parse tree produced by theexpressionLogiclabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitExpressionLogic
Exit a parse tree produced by theexpressionLogiclabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterFunctionCall
Enter a parse tree produced by thefunctionCalllabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitFunctionCall
Exit a parse tree produced by thefunctionCalllabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterExpressionParen
Enter a parse tree produced by theexpressionParenlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitExpressionParen
Exit a parse tree produced by theexpressionParenlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterExpressionCond
Enter a parse tree produced by theexpressionCondlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitExpressionCond
Exit a parse tree produced by theexpressionCondlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
enterLiteralInt
Enter a parse tree produced by theliteralIntlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-
exitLiteralInt
Exit a parse tree produced by theliteralIntlabeled alternative inSnpSiftParser.expression().- Parameters:
ctx- the parse tree
-