Class SightlyParserBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,SightlyParserListener
SightlyParserListener,
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 bySightlyParser.andBinaryOp().voidEnter a parse tree produced bySightlyParser.atom().voidEnter a parse tree produced bySightlyParser.comparisonOp().voidEnter a parse tree produced bySightlyParser.comparisonTerm().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced bySightlyParser.expression().voidEnter a parse tree produced bySightlyParser.exprNode().voidEnter a parse tree produced bySightlyParser.factor().voidEnter a parse tree produced bySightlyParser.field().voidEnter a parse tree produced bySightlyParser.inBinaryOp().voidEnter a parse tree produced bySightlyParser.interpolation().voidEnter a parse tree produced bySightlyParser.option().voidEnter a parse tree produced bySightlyParser.optionList().voidEnter a parse tree produced bySightlyParser.orBinaryOp().voidEnter a parse tree produced bySightlyParser.simple().voidEnter a parse tree produced bySightlyParser.stringConst().voidEnter a parse tree produced bySightlyParser.term().voidEnter a parse tree produced bySightlyParser.textFrag().voidEnter a parse tree produced bySightlyParser.valueList().voidExit a parse tree produced bySightlyParser.andBinaryOp().voidExit a parse tree produced bySightlyParser.atom().voidExit a parse tree produced bySightlyParser.comparisonOp().voidExit a parse tree produced bySightlyParser.comparisonTerm().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced bySightlyParser.expression().voidExit a parse tree produced bySightlyParser.exprNode().voidExit a parse tree produced bySightlyParser.factor().voidExit a parse tree produced bySightlyParser.field().voidExit a parse tree produced bySightlyParser.inBinaryOp().voidExit a parse tree produced bySightlyParser.interpolation().voidExit a parse tree produced bySightlyParser.option().voidExit a parse tree produced bySightlyParser.optionList().voidExit a parse tree produced bySightlyParser.orBinaryOp().voidExit a parse tree produced bySightlyParser.simple().voidExit a parse tree produced bySightlyParser.stringConst().voidExit a parse tree produced bySightlyParser.term().voidExit a parse tree produced bySightlyParser.textFrag().voidExit a parse tree produced bySightlyParser.valueList().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
SightlyParserBaseListener
public SightlyParserBaseListener()
-
-
Method Details
-
enterInterpolation
Enter a parse tree produced bySightlyParser.interpolation().The default implementation does nothing.
- Specified by:
enterInterpolationin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitInterpolation
Exit a parse tree produced bySightlyParser.interpolation().The default implementation does nothing.
- Specified by:
exitInterpolationin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterTextFrag
Enter a parse tree produced bySightlyParser.textFrag().The default implementation does nothing.
- Specified by:
enterTextFragin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitTextFrag
Exit a parse tree produced bySightlyParser.textFrag().The default implementation does nothing.
- Specified by:
exitTextFragin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced bySightlyParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced bySightlyParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterOptionList
Enter a parse tree produced bySightlyParser.optionList().The default implementation does nothing.
- Specified by:
enterOptionListin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitOptionList
Exit a parse tree produced bySightlyParser.optionList().The default implementation does nothing.
- Specified by:
exitOptionListin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterOption
Enter a parse tree produced bySightlyParser.option().The default implementation does nothing.
- Specified by:
enterOptionin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitOption
Exit a parse tree produced bySightlyParser.option().The default implementation does nothing.
- Specified by:
exitOptionin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterExprNode
Enter a parse tree produced bySightlyParser.exprNode().The default implementation does nothing.
- Specified by:
enterExprNodein interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitExprNode
Exit a parse tree produced bySightlyParser.exprNode().The default implementation does nothing.
- Specified by:
exitExprNodein interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterOrBinaryOp
Enter a parse tree produced bySightlyParser.orBinaryOp().The default implementation does nothing.
- Specified by:
enterOrBinaryOpin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitOrBinaryOp
Exit a parse tree produced bySightlyParser.orBinaryOp().The default implementation does nothing.
- Specified by:
exitOrBinaryOpin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterAndBinaryOp
Enter a parse tree produced bySightlyParser.andBinaryOp().The default implementation does nothing.
- Specified by:
enterAndBinaryOpin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitAndBinaryOp
Exit a parse tree produced bySightlyParser.andBinaryOp().The default implementation does nothing.
- Specified by:
exitAndBinaryOpin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterInBinaryOp
Enter a parse tree produced bySightlyParser.inBinaryOp().The default implementation does nothing.
- Specified by:
enterInBinaryOpin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitInBinaryOp
Exit a parse tree produced bySightlyParser.inBinaryOp().The default implementation does nothing.
- Specified by:
exitInBinaryOpin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterComparisonTerm
Enter a parse tree produced bySightlyParser.comparisonTerm().The default implementation does nothing.
- Specified by:
enterComparisonTermin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitComparisonTerm
Exit a parse tree produced bySightlyParser.comparisonTerm().The default implementation does nothing.
- Specified by:
exitComparisonTermin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterComparisonOp
Enter a parse tree produced bySightlyParser.comparisonOp().The default implementation does nothing.
- Specified by:
enterComparisonOpin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitComparisonOp
Exit a parse tree produced bySightlyParser.comparisonOp().The default implementation does nothing.
- Specified by:
exitComparisonOpin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterFactor
Enter a parse tree produced bySightlyParser.factor().The default implementation does nothing.
- Specified by:
enterFactorin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitFactor
Exit a parse tree produced bySightlyParser.factor().The default implementation does nothing.
- Specified by:
exitFactorin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterTerm
Enter a parse tree produced bySightlyParser.term().The default implementation does nothing.
- Specified by:
enterTermin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitTerm
Exit a parse tree produced bySightlyParser.term().The default implementation does nothing.
- Specified by:
exitTermin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterField
Enter a parse tree produced bySightlyParser.field().The default implementation does nothing.
- Specified by:
enterFieldin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitField
Exit a parse tree produced bySightlyParser.field().The default implementation does nothing.
- Specified by:
exitFieldin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterSimple
Enter a parse tree produced bySightlyParser.simple().The default implementation does nothing.
- Specified by:
enterSimplein interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitSimple
Exit a parse tree produced bySightlyParser.simple().The default implementation does nothing.
- Specified by:
exitSimplein interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterValueList
Enter a parse tree produced bySightlyParser.valueList().The default implementation does nothing.
- Specified by:
enterValueListin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitValueList
Exit a parse tree produced bySightlyParser.valueList().The default implementation does nothing.
- Specified by:
exitValueListin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterAtom
Enter a parse tree produced bySightlyParser.atom().The default implementation does nothing.
- Specified by:
enterAtomin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitAtom
Exit a parse tree produced bySightlyParser.atom().The default implementation does nothing.
- Specified by:
exitAtomin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
enterStringConst
Enter a parse tree produced bySightlyParser.stringConst().The default implementation does nothing.
- Specified by:
enterStringConstin interfaceSightlyParserListener- Parameters:
ctx- the parse tree
-
exitStringConst
Exit a parse tree produced bySightlyParser.stringConst().The default implementation does nothing.
- Specified by:
exitStringConstin interfaceSightlyParserListener- 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
-