Interface SightlyParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
SightlyParserBaseListener
public interface SightlyParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
SightlyParser
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced bySightlyParser.andBinaryOp()
.void
Enter a parse tree produced bySightlyParser.atom()
.void
Enter a parse tree produced bySightlyParser.comparisonOp()
.void
Enter a parse tree produced bySightlyParser.comparisonTerm()
.void
Enter a parse tree produced bySightlyParser.expression()
.void
Enter a parse tree produced bySightlyParser.exprNode()
.void
Enter a parse tree produced bySightlyParser.factor()
.void
Enter a parse tree produced bySightlyParser.field()
.void
Enter a parse tree produced bySightlyParser.inBinaryOp()
.void
Enter a parse tree produced bySightlyParser.interpolation()
.void
Enter a parse tree produced bySightlyParser.option()
.void
Enter a parse tree produced bySightlyParser.optionList()
.void
Enter a parse tree produced bySightlyParser.orBinaryOp()
.void
Enter a parse tree produced bySightlyParser.simple()
.void
Enter a parse tree produced bySightlyParser.stringConst()
.void
Enter a parse tree produced bySightlyParser.term()
.void
Enter a parse tree produced bySightlyParser.textFrag()
.void
Enter a parse tree produced bySightlyParser.valueList()
.void
Exit a parse tree produced bySightlyParser.andBinaryOp()
.void
Exit a parse tree produced bySightlyParser.atom()
.void
Exit a parse tree produced bySightlyParser.comparisonOp()
.void
Exit a parse tree produced bySightlyParser.comparisonTerm()
.void
Exit a parse tree produced bySightlyParser.expression()
.void
Exit a parse tree produced bySightlyParser.exprNode()
.void
Exit a parse tree produced bySightlyParser.factor()
.void
Exit a parse tree produced bySightlyParser.field()
.void
Exit a parse tree produced bySightlyParser.inBinaryOp()
.void
Exit a parse tree produced bySightlyParser.interpolation()
.void
Exit a parse tree produced bySightlyParser.option()
.void
Exit a parse tree produced bySightlyParser.optionList()
.void
Exit a parse tree produced bySightlyParser.orBinaryOp()
.void
Exit a parse tree produced bySightlyParser.simple()
.void
Exit a parse tree produced bySightlyParser.stringConst()
.void
Exit a parse tree produced bySightlyParser.term()
.void
Exit a parse tree produced bySightlyParser.textFrag()
.void
Exit a parse tree produced bySightlyParser.valueList()
.Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterInterpolation
Enter a parse tree produced bySightlyParser.interpolation()
.- Parameters:
ctx
- the parse tree
-
exitInterpolation
Exit a parse tree produced bySightlyParser.interpolation()
.- Parameters:
ctx
- the parse tree
-
enterTextFrag
Enter a parse tree produced bySightlyParser.textFrag()
.- Parameters:
ctx
- the parse tree
-
exitTextFrag
Exit a parse tree produced bySightlyParser.textFrag()
.- Parameters:
ctx
- the parse tree
-
enterExpression
Enter a parse tree produced bySightlyParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpression
Exit a parse tree produced bySightlyParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterOptionList
Enter a parse tree produced bySightlyParser.optionList()
.- Parameters:
ctx
- the parse tree
-
exitOptionList
Exit a parse tree produced bySightlyParser.optionList()
.- Parameters:
ctx
- the parse tree
-
enterOption
Enter a parse tree produced bySightlyParser.option()
.- Parameters:
ctx
- the parse tree
-
exitOption
Exit a parse tree produced bySightlyParser.option()
.- Parameters:
ctx
- the parse tree
-
enterExprNode
Enter a parse tree produced bySightlyParser.exprNode()
.- Parameters:
ctx
- the parse tree
-
exitExprNode
Exit a parse tree produced bySightlyParser.exprNode()
.- Parameters:
ctx
- the parse tree
-
enterOrBinaryOp
Enter a parse tree produced bySightlyParser.orBinaryOp()
.- Parameters:
ctx
- the parse tree
-
exitOrBinaryOp
Exit a parse tree produced bySightlyParser.orBinaryOp()
.- Parameters:
ctx
- the parse tree
-
enterAndBinaryOp
Enter a parse tree produced bySightlyParser.andBinaryOp()
.- Parameters:
ctx
- the parse tree
-
exitAndBinaryOp
Exit a parse tree produced bySightlyParser.andBinaryOp()
.- Parameters:
ctx
- the parse tree
-
enterInBinaryOp
Enter a parse tree produced bySightlyParser.inBinaryOp()
.- Parameters:
ctx
- the parse tree
-
exitInBinaryOp
Exit a parse tree produced bySightlyParser.inBinaryOp()
.- Parameters:
ctx
- the parse tree
-
enterComparisonTerm
Enter a parse tree produced bySightlyParser.comparisonTerm()
.- Parameters:
ctx
- the parse tree
-
exitComparisonTerm
Exit a parse tree produced bySightlyParser.comparisonTerm()
.- Parameters:
ctx
- the parse tree
-
enterComparisonOp
Enter a parse tree produced bySightlyParser.comparisonOp()
.- Parameters:
ctx
- the parse tree
-
exitComparisonOp
Exit a parse tree produced bySightlyParser.comparisonOp()
.- Parameters:
ctx
- the parse tree
-
enterFactor
Enter a parse tree produced bySightlyParser.factor()
.- Parameters:
ctx
- the parse tree
-
exitFactor
Exit a parse tree produced bySightlyParser.factor()
.- Parameters:
ctx
- the parse tree
-
enterTerm
Enter a parse tree produced bySightlyParser.term()
.- Parameters:
ctx
- the parse tree
-
exitTerm
Exit a parse tree produced bySightlyParser.term()
.- Parameters:
ctx
- the parse tree
-
enterField
Enter a parse tree produced bySightlyParser.field()
.- Parameters:
ctx
- the parse tree
-
exitField
Exit a parse tree produced bySightlyParser.field()
.- Parameters:
ctx
- the parse tree
-
enterSimple
Enter a parse tree produced bySightlyParser.simple()
.- Parameters:
ctx
- the parse tree
-
exitSimple
Exit a parse tree produced bySightlyParser.simple()
.- Parameters:
ctx
- the parse tree
-
enterValueList
Enter a parse tree produced bySightlyParser.valueList()
.- Parameters:
ctx
- the parse tree
-
exitValueList
Exit a parse tree produced bySightlyParser.valueList()
.- Parameters:
ctx
- the parse tree
-
enterAtom
Enter a parse tree produced bySightlyParser.atom()
.- Parameters:
ctx
- the parse tree
-
exitAtom
Exit a parse tree produced bySightlyParser.atom()
.- Parameters:
ctx
- the parse tree
-
enterStringConst
Enter a parse tree produced bySightlyParser.stringConst()
.- Parameters:
ctx
- the parse tree
-
exitStringConst
Exit a parse tree produced bySightlyParser.stringConst()
.- Parameters:
ctx
- the parse tree
-