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 TypeMethodDescriptionvoid
Enter a parse tree produced bySnpSiftParser.compilationUnit()
.void
enterEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) 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
exitEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) 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()
.void
visitErrorNode
(org.antlr.v4.runtime.tree.ErrorNode node) void
visitTerminal
(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:
enterCompilationUnit
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitCompilationUnit
Exit a parse tree produced bySnpSiftParser.compilationUnit()
.The default implementation does nothing.
- Specified by:
exitCompilationUnit
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterExpressionSet
Enter a parse tree produced by theexpressionSet
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterExpressionSet
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitExpressionSet
Exit a parse tree produced by theexpressionSet
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitExpressionSet
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterLiteralString
Enter a parse tree produced by theliteralString
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterLiteralString
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitLiteralString
Exit a parse tree produced by theliteralString
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitLiteralString
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterExpressionUnary
Enter a parse tree produced by theexpressionUnary
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterExpressionUnary
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitExpressionUnary
Exit a parse tree produced by theexpressionUnary
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitExpressionUnary
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterExpressionComp
Enter a parse tree produced by theexpressionComp
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterExpressionComp
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitExpressionComp
Exit a parse tree produced by theexpressionComp
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitExpressionComp
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterLiteralBool
Enter a parse tree produced by theliteralBool
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterLiteralBool
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitLiteralBool
Exit a parse tree produced by theliteralBool
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitLiteralBool
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterVarReferenceList
Enter a parse tree produced by thevarReferenceList
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterVarReferenceList
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitVarReferenceList
Exit a parse tree produced by thevarReferenceList
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitVarReferenceList
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterLiteralFloat
Enter a parse tree produced by theliteralFloat
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterLiteralFloat
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitLiteralFloat
Exit a parse tree produced by theliteralFloat
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitLiteralFloat
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterLiteralIndex
Enter a parse tree produced by theliteralIndex
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterLiteralIndex
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitLiteralIndex
Exit a parse tree produced by theliteralIndex
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitLiteralIndex
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterVarReference
Enter a parse tree produced by thevarReference
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterVarReference
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitVarReference
Exit a parse tree produced by thevarReference
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitVarReference
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterVarReferenceListSub
Enter a parse tree produced by thevarReferenceListSub
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterVarReferenceListSub
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitVarReferenceListSub
Exit a parse tree produced by thevarReferenceListSub
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitVarReferenceListSub
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterExpressionTimes
Enter a parse tree produced by theexpressionTimes
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterExpressionTimes
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitExpressionTimes
Exit a parse tree produced by theexpressionTimes
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitExpressionTimes
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterExpressionExists
Enter a parse tree produced by theexpressionExists
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterExpressionExists
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitExpressionExists
Exit a parse tree produced by theexpressionExists
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitExpressionExists
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterExpressionPlus
Enter a parse tree produced by theexpressionPlus
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterExpressionPlus
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitExpressionPlus
Exit a parse tree produced by theexpressionPlus
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitExpressionPlus
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterExpressionLogic
Enter a parse tree produced by theexpressionLogic
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterExpressionLogic
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitExpressionLogic
Exit a parse tree produced by theexpressionLogic
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitExpressionLogic
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterFunctionCall
Enter a parse tree produced by thefunctionCall
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterFunctionCall
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitFunctionCall
Exit a parse tree produced by thefunctionCall
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitFunctionCall
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterExpressionParen
Enter a parse tree produced by theexpressionParen
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterExpressionParen
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitExpressionParen
Exit a parse tree produced by theexpressionParen
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitExpressionParen
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterExpressionCond
Enter a parse tree produced by theexpressionCond
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterExpressionCond
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitExpressionCond
Exit a parse tree produced by theexpressionCond
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitExpressionCond
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterLiteralInt
Enter a parse tree produced by theliteralInt
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
enterLiteralInt
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
exitLiteralInt
Exit a parse tree produced by theliteralInt
labeled alternative inSnpSiftParser.expression()
.The default implementation does nothing.
- Specified by:
exitLiteralInt
in interfaceSnpSiftListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-