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 TypeMethodDescriptionvoid
Enter a parse tree produced bySnpSiftParser.compilationUnit()
.void
Enter a parse tree produced by theexpressionComp
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by theexpressionCond
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by theexpressionExists
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by theexpressionLogic
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by theexpressionParen
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by theexpressionPlus
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by theexpressionSet
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by theexpressionTimes
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by theexpressionUnary
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by thefunctionCall
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by theliteralBool
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by theliteralFloat
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by theliteralIndex
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by theliteralInt
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by theliteralString
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by thevarReference
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by thevarReferenceList
labeled alternative inSnpSiftParser.expression()
.void
Enter a parse tree produced by thevarReferenceListSub
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced bySnpSiftParser.compilationUnit()
.void
Exit a parse tree produced by theexpressionComp
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by theexpressionCond
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by theexpressionExists
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by theexpressionLogic
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by theexpressionParen
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by theexpressionPlus
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by theexpressionSet
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by theexpressionTimes
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by theexpressionUnary
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by thefunctionCall
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by theliteralBool
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by theliteralFloat
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by theliteralIndex
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by theliteralInt
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by theliteralString
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by thevarReference
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by thevarReferenceList
labeled alternative inSnpSiftParser.expression()
.void
Exit a parse tree produced by thevarReferenceListSub
labeled 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 theexpressionSet
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpressionSet
Exit a parse tree produced by theexpressionSet
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterLiteralString
Enter a parse tree produced by theliteralString
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitLiteralString
Exit a parse tree produced by theliteralString
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExpressionUnary
Enter a parse tree produced by theexpressionUnary
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpressionUnary
Exit a parse tree produced by theexpressionUnary
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExpressionComp
Enter a parse tree produced by theexpressionComp
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpressionComp
Exit a parse tree produced by theexpressionComp
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterLiteralBool
Enter a parse tree produced by theliteralBool
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitLiteralBool
Exit a parse tree produced by theliteralBool
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterVarReferenceList
Enter a parse tree produced by thevarReferenceList
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitVarReferenceList
Exit a parse tree produced by thevarReferenceList
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterLiteralFloat
Enter a parse tree produced by theliteralFloat
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitLiteralFloat
Exit a parse tree produced by theliteralFloat
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterLiteralIndex
Enter a parse tree produced by theliteralIndex
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitLiteralIndex
Exit a parse tree produced by theliteralIndex
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterVarReference
Enter a parse tree produced by thevarReference
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitVarReference
Exit a parse tree produced by thevarReference
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterVarReferenceListSub
Enter a parse tree produced by thevarReferenceListSub
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitVarReferenceListSub
Exit a parse tree produced by thevarReferenceListSub
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExpressionTimes
Enter a parse tree produced by theexpressionTimes
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpressionTimes
Exit a parse tree produced by theexpressionTimes
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExpressionExists
Enter a parse tree produced by theexpressionExists
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpressionExists
Exit a parse tree produced by theexpressionExists
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExpressionPlus
Enter a parse tree produced by theexpressionPlus
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpressionPlus
Exit a parse tree produced by theexpressionPlus
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExpressionLogic
Enter a parse tree produced by theexpressionLogic
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpressionLogic
Exit a parse tree produced by theexpressionLogic
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterFunctionCall
Enter a parse tree produced by thefunctionCall
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitFunctionCall
Exit a parse tree produced by thefunctionCall
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExpressionParen
Enter a parse tree produced by theexpressionParen
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpressionParen
Exit a parse tree produced by theexpressionParen
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExpressionCond
Enter a parse tree produced by theexpressionCond
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpressionCond
Exit a parse tree produced by theexpressionCond
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterLiteralInt
Enter a parse tree produced by theliteralInt
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitLiteralInt
Exit a parse tree produced by theliteralInt
labeled alternative inSnpSiftParser.expression()
.- Parameters:
ctx
- the parse tree
-