public class SightlyParserBaseListener extends Object implements SightlyParserListener
SightlyParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
SightlyParserBaseListener() |
public void enterInterpolation(SightlyParser.InterpolationContext ctx)
SightlyParser.interpolation().
The default implementation does nothing.
enterInterpolation in interface SightlyParserListenerctx - the parse treepublic void exitInterpolation(SightlyParser.InterpolationContext ctx)
SightlyParser.interpolation().
The default implementation does nothing.
exitInterpolation in interface SightlyParserListenerctx - the parse treepublic void enterTextFrag(SightlyParser.TextFragContext ctx)
SightlyParser.textFrag().
The default implementation does nothing.
enterTextFrag in interface SightlyParserListenerctx - the parse treepublic void exitTextFrag(SightlyParser.TextFragContext ctx)
SightlyParser.textFrag().
The default implementation does nothing.
exitTextFrag in interface SightlyParserListenerctx - the parse treepublic void enterExpression(SightlyParser.ExpressionContext ctx)
SightlyParser.expression().
The default implementation does nothing.
enterExpression in interface SightlyParserListenerctx - the parse treepublic void exitExpression(SightlyParser.ExpressionContext ctx)
SightlyParser.expression().
The default implementation does nothing.
exitExpression in interface SightlyParserListenerctx - the parse treepublic void enterOptionList(SightlyParser.OptionListContext ctx)
SightlyParser.optionList().
The default implementation does nothing.
enterOptionList in interface SightlyParserListenerctx - the parse treepublic void exitOptionList(SightlyParser.OptionListContext ctx)
SightlyParser.optionList().
The default implementation does nothing.
exitOptionList in interface SightlyParserListenerctx - the parse treepublic void enterOption(SightlyParser.OptionContext ctx)
SightlyParser.option().
The default implementation does nothing.
enterOption in interface SightlyParserListenerctx - the parse treepublic void exitOption(SightlyParser.OptionContext ctx)
SightlyParser.option().
The default implementation does nothing.
exitOption in interface SightlyParserListenerctx - the parse treepublic void enterExprNode(SightlyParser.ExprNodeContext ctx)
SightlyParser.exprNode().
The default implementation does nothing.
enterExprNode in interface SightlyParserListenerctx - the parse treepublic void exitExprNode(SightlyParser.ExprNodeContext ctx)
SightlyParser.exprNode().
The default implementation does nothing.
exitExprNode in interface SightlyParserListenerctx - the parse treepublic void enterOrBinaryOp(SightlyParser.OrBinaryOpContext ctx)
SightlyParser.orBinaryOp().
The default implementation does nothing.
enterOrBinaryOp in interface SightlyParserListenerctx - the parse treepublic void exitOrBinaryOp(SightlyParser.OrBinaryOpContext ctx)
SightlyParser.orBinaryOp().
The default implementation does nothing.
exitOrBinaryOp in interface SightlyParserListenerctx - the parse treepublic void enterAndBinaryOp(SightlyParser.AndBinaryOpContext ctx)
SightlyParser.andBinaryOp().
The default implementation does nothing.
enterAndBinaryOp in interface SightlyParserListenerctx - the parse treepublic void exitAndBinaryOp(SightlyParser.AndBinaryOpContext ctx)
SightlyParser.andBinaryOp().
The default implementation does nothing.
exitAndBinaryOp in interface SightlyParserListenerctx - the parse treepublic void enterInBinaryOp(SightlyParser.InBinaryOpContext ctx)
SightlyParser.inBinaryOp().
The default implementation does nothing.
enterInBinaryOp in interface SightlyParserListenerctx - the parse treepublic void exitInBinaryOp(SightlyParser.InBinaryOpContext ctx)
SightlyParser.inBinaryOp().
The default implementation does nothing.
exitInBinaryOp in interface SightlyParserListenerctx - the parse treepublic void enterComparisonTerm(SightlyParser.ComparisonTermContext ctx)
SightlyParser.comparisonTerm().
The default implementation does nothing.
enterComparisonTerm in interface SightlyParserListenerctx - the parse treepublic void exitComparisonTerm(SightlyParser.ComparisonTermContext ctx)
SightlyParser.comparisonTerm().
The default implementation does nothing.
exitComparisonTerm in interface SightlyParserListenerctx - the parse treepublic void enterComparisonOp(SightlyParser.ComparisonOpContext ctx)
SightlyParser.comparisonOp().
The default implementation does nothing.
enterComparisonOp in interface SightlyParserListenerctx - the parse treepublic void exitComparisonOp(SightlyParser.ComparisonOpContext ctx)
SightlyParser.comparisonOp().
The default implementation does nothing.
exitComparisonOp in interface SightlyParserListenerctx - the parse treepublic void enterFactor(SightlyParser.FactorContext ctx)
SightlyParser.factor().
The default implementation does nothing.
enterFactor in interface SightlyParserListenerctx - the parse treepublic void exitFactor(SightlyParser.FactorContext ctx)
SightlyParser.factor().
The default implementation does nothing.
exitFactor in interface SightlyParserListenerctx - the parse treepublic void enterTerm(SightlyParser.TermContext ctx)
SightlyParser.term().
The default implementation does nothing.
enterTerm in interface SightlyParserListenerctx - the parse treepublic void exitTerm(SightlyParser.TermContext ctx)
SightlyParser.term().
The default implementation does nothing.
exitTerm in interface SightlyParserListenerctx - the parse treepublic void enterField(SightlyParser.FieldContext ctx)
SightlyParser.field().
The default implementation does nothing.
enterField in interface SightlyParserListenerctx - the parse treepublic void exitField(SightlyParser.FieldContext ctx)
SightlyParser.field().
The default implementation does nothing.
exitField in interface SightlyParserListenerctx - the parse treepublic void enterSimple(SightlyParser.SimpleContext ctx)
SightlyParser.simple().
The default implementation does nothing.
enterSimple in interface SightlyParserListenerctx - the parse treepublic void exitSimple(SightlyParser.SimpleContext ctx)
SightlyParser.simple().
The default implementation does nothing.
exitSimple in interface SightlyParserListenerctx - the parse treepublic void enterValueList(SightlyParser.ValueListContext ctx)
SightlyParser.valueList().
The default implementation does nothing.
enterValueList in interface SightlyParserListenerctx - the parse treepublic void exitValueList(SightlyParser.ValueListContext ctx)
SightlyParser.valueList().
The default implementation does nothing.
exitValueList in interface SightlyParserListenerctx - the parse treepublic void enterAtom(SightlyParser.AtomContext ctx)
SightlyParser.atom().
The default implementation does nothing.
enterAtom in interface SightlyParserListenerctx - the parse treepublic void exitAtom(SightlyParser.AtomContext ctx)
SightlyParser.atom().
The default implementation does nothing.
exitAtom in interface SightlyParserListenerctx - the parse treepublic void enterStringConst(SightlyParser.StringConstContext ctx)
SightlyParser.stringConst().
The default implementation does nothing.
enterStringConst in interface SightlyParserListenerctx - the parse treepublic void exitStringConst(SightlyParser.StringConstContext ctx)
SightlyParser.stringConst().
The default implementation does nothing.
exitStringConst in interface SightlyParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.