Class SnpSiftBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,SnpSiftListener
SnpSiftListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced bySnpSiftParser.compilationUnit().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
SnpSiftBaseListener
public SnpSiftBaseListener()
-
-
Method Details
-
enterCompilationUnit
Enter a parse tree produced bySnpSiftParser.compilationUnit().The default implementation does nothing.
- Specified by:
enterCompilationUnitin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitCompilationUnit
Exit a parse tree produced bySnpSiftParser.compilationUnit().The default implementation does nothing.
- Specified by:
exitCompilationUnitin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterExpressionSet
Enter a parse tree produced by theexpressionSetlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionSetin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitExpressionSet
Exit a parse tree produced by theexpressionSetlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionSetin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterLiteralString
Enter a parse tree produced by theliteralStringlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterLiteralStringin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitLiteralString
Exit a parse tree produced by theliteralStringlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitLiteralStringin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterExpressionUnary
Enter a parse tree produced by theexpressionUnarylabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionUnaryin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitExpressionUnary
Exit a parse tree produced by theexpressionUnarylabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionUnaryin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterExpressionComp
Enter a parse tree produced by theexpressionComplabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionCompin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitExpressionComp
Exit a parse tree produced by theexpressionComplabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionCompin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterLiteralBool
Enter a parse tree produced by theliteralBoollabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterLiteralBoolin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitLiteralBool
Exit a parse tree produced by theliteralBoollabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitLiteralBoolin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterVarReferenceList
Enter a parse tree produced by thevarReferenceListlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterVarReferenceListin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitVarReferenceList
Exit a parse tree produced by thevarReferenceListlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitVarReferenceListin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterLiteralFloat
Enter a parse tree produced by theliteralFloatlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterLiteralFloatin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitLiteralFloat
Exit a parse tree produced by theliteralFloatlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitLiteralFloatin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterLiteralIndex
Enter a parse tree produced by theliteralIndexlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterLiteralIndexin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitLiteralIndex
Exit a parse tree produced by theliteralIndexlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitLiteralIndexin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterVarReference
Enter a parse tree produced by thevarReferencelabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterVarReferencein interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitVarReference
Exit a parse tree produced by thevarReferencelabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitVarReferencein interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterVarReferenceListSub
Enter a parse tree produced by thevarReferenceListSublabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterVarReferenceListSubin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitVarReferenceListSub
Exit a parse tree produced by thevarReferenceListSublabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitVarReferenceListSubin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterExpressionTimes
Enter a parse tree produced by theexpressionTimeslabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionTimesin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitExpressionTimes
Exit a parse tree produced by theexpressionTimeslabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionTimesin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterExpressionExists
Enter a parse tree produced by theexpressionExistslabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionExistsin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitExpressionExists
Exit a parse tree produced by theexpressionExistslabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionExistsin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterExpressionPlus
Enter a parse tree produced by theexpressionPluslabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionPlusin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitExpressionPlus
Exit a parse tree produced by theexpressionPluslabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionPlusin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterExpressionLogic
Enter a parse tree produced by theexpressionLogiclabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionLogicin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitExpressionLogic
Exit a parse tree produced by theexpressionLogiclabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionLogicin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterFunctionCall
Enter a parse tree produced by thefunctionCalllabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterFunctionCallin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitFunctionCall
Exit a parse tree produced by thefunctionCalllabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitFunctionCallin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterExpressionParen
Enter a parse tree produced by theexpressionParenlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionParenin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitExpressionParen
Exit a parse tree produced by theexpressionParenlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionParenin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterExpressionCond
Enter a parse tree produced by theexpressionCondlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionCondin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitExpressionCond
Exit a parse tree produced by theexpressionCondlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionCondin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterLiteralInt
Enter a parse tree produced by theliteralIntlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
enterLiteralIntin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
exitLiteralInt
Exit a parse tree produced by theliteralIntlabeled alternative inSnpSiftParser.expression().The default implementation does nothing.
- Specified by:
exitLiteralIntin interfaceSnpSiftListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-