public interface SightlyParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
SightlyParser.void enterInterpolation(SightlyParser.InterpolationContext ctx)
SightlyParser.interpolation().ctx - the parse treevoid exitInterpolation(SightlyParser.InterpolationContext ctx)
SightlyParser.interpolation().ctx - the parse treevoid enterTextFrag(SightlyParser.TextFragContext ctx)
SightlyParser.textFrag().ctx - the parse treevoid exitTextFrag(SightlyParser.TextFragContext ctx)
SightlyParser.textFrag().ctx - the parse treevoid enterExpression(SightlyParser.ExpressionContext ctx)
SightlyParser.expression().ctx - the parse treevoid exitExpression(SightlyParser.ExpressionContext ctx)
SightlyParser.expression().ctx - the parse treevoid enterOptionList(SightlyParser.OptionListContext ctx)
SightlyParser.optionList().ctx - the parse treevoid exitOptionList(SightlyParser.OptionListContext ctx)
SightlyParser.optionList().ctx - the parse treevoid enterOption(SightlyParser.OptionContext ctx)
SightlyParser.option().ctx - the parse treevoid exitOption(SightlyParser.OptionContext ctx)
SightlyParser.option().ctx - the parse treevoid enterExprNode(SightlyParser.ExprNodeContext ctx)
SightlyParser.exprNode().ctx - the parse treevoid exitExprNode(SightlyParser.ExprNodeContext ctx)
SightlyParser.exprNode().ctx - the parse treevoid enterOrBinaryOp(SightlyParser.OrBinaryOpContext ctx)
SightlyParser.orBinaryOp().ctx - the parse treevoid exitOrBinaryOp(SightlyParser.OrBinaryOpContext ctx)
SightlyParser.orBinaryOp().ctx - the parse treevoid enterAndBinaryOp(SightlyParser.AndBinaryOpContext ctx)
SightlyParser.andBinaryOp().ctx - the parse treevoid exitAndBinaryOp(SightlyParser.AndBinaryOpContext ctx)
SightlyParser.andBinaryOp().ctx - the parse treevoid enterInBinaryOp(SightlyParser.InBinaryOpContext ctx)
SightlyParser.inBinaryOp().ctx - the parse treevoid exitInBinaryOp(SightlyParser.InBinaryOpContext ctx)
SightlyParser.inBinaryOp().ctx - the parse treevoid enterComparisonTerm(SightlyParser.ComparisonTermContext ctx)
SightlyParser.comparisonTerm().ctx - the parse treevoid exitComparisonTerm(SightlyParser.ComparisonTermContext ctx)
SightlyParser.comparisonTerm().ctx - the parse treevoid enterComparisonOp(SightlyParser.ComparisonOpContext ctx)
SightlyParser.comparisonOp().ctx - the parse treevoid exitComparisonOp(SightlyParser.ComparisonOpContext ctx)
SightlyParser.comparisonOp().ctx - the parse treevoid enterFactor(SightlyParser.FactorContext ctx)
SightlyParser.factor().ctx - the parse treevoid exitFactor(SightlyParser.FactorContext ctx)
SightlyParser.factor().ctx - the parse treevoid enterTerm(SightlyParser.TermContext ctx)
SightlyParser.term().ctx - the parse treevoid exitTerm(SightlyParser.TermContext ctx)
SightlyParser.term().ctx - the parse treevoid enterField(SightlyParser.FieldContext ctx)
SightlyParser.field().ctx - the parse treevoid exitField(SightlyParser.FieldContext ctx)
SightlyParser.field().ctx - the parse treevoid enterSimple(SightlyParser.SimpleContext ctx)
SightlyParser.simple().ctx - the parse treevoid exitSimple(SightlyParser.SimpleContext ctx)
SightlyParser.simple().ctx - the parse treevoid enterValueList(SightlyParser.ValueListContext ctx)
SightlyParser.valueList().ctx - the parse treevoid exitValueList(SightlyParser.ValueListContext ctx)
SightlyParser.valueList().ctx - the parse treevoid enterAtom(SightlyParser.AtomContext ctx)
SightlyParser.atom().ctx - the parse treevoid exitAtom(SightlyParser.AtomContext ctx)
SightlyParser.atom().ctx - the parse treevoid enterStringConst(SightlyParser.StringConstContext ctx)
SightlyParser.stringConst().ctx - the parse treevoid exitStringConst(SightlyParser.StringConstContext ctx)
SightlyParser.stringConst().ctx - the parse treeCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.