public interface FilterListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
FilterParser.| Modifier and Type | Method and Description |
|---|---|
void |
enterComparison(FilterParser.ComparisonContext ctx)
Enter a parse tree produced by
FilterParser#comparison. |
void |
enterConstant(FilterParser.ConstantContext ctx)
Enter a parse tree produced by
FilterParser#constant. |
void |
enterExp(FilterParser.ExpContext ctx)
Enter a parse tree produced by
FilterParser#exp. |
void |
enterFactor(FilterParser.FactorContext ctx)
Enter a parse tree produced by
FilterParser#factor. |
void |
enterTerm(FilterParser.TermContext ctx)
Enter a parse tree produced by
FilterParser#term. |
void |
enterValue(FilterParser.ValueContext ctx)
Enter a parse tree produced by
FilterParser#value. |
void |
exitComparison(FilterParser.ComparisonContext ctx)
Exit a parse tree produced by
FilterParser#comparison. |
void |
exitConstant(FilterParser.ConstantContext ctx)
Exit a parse tree produced by
FilterParser#constant. |
void |
exitExp(FilterParser.ExpContext ctx)
Exit a parse tree produced by
FilterParser#exp. |
void |
exitFactor(FilterParser.FactorContext ctx)
Exit a parse tree produced by
FilterParser#factor. |
void |
exitTerm(FilterParser.TermContext ctx)
Exit a parse tree produced by
FilterParser#term. |
void |
exitValue(FilterParser.ValueContext ctx)
Exit a parse tree produced by
FilterParser#value. |
void enterExp(@NotNull
FilterParser.ExpContext ctx)
FilterParser#exp.ctx - the parse treevoid exitExp(@NotNull
FilterParser.ExpContext ctx)
FilterParser#exp.ctx - the parse treevoid enterConstant(@NotNull
FilterParser.ConstantContext ctx)
FilterParser#constant.ctx - the parse treevoid exitConstant(@NotNull
FilterParser.ConstantContext ctx)
FilterParser#constant.ctx - the parse treevoid enterTerm(@NotNull
FilterParser.TermContext ctx)
FilterParser#term.ctx - the parse treevoid exitTerm(@NotNull
FilterParser.TermContext ctx)
FilterParser#term.ctx - the parse treevoid enterValue(@NotNull
FilterParser.ValueContext ctx)
FilterParser#value.ctx - the parse treevoid exitValue(@NotNull
FilterParser.ValueContext ctx)
FilterParser#value.ctx - the parse treevoid enterFactor(@NotNull
FilterParser.FactorContext ctx)
FilterParser#factor.ctx - the parse treevoid exitFactor(@NotNull
FilterParser.FactorContext ctx)
FilterParser#factor.ctx - the parse treevoid enterComparison(@NotNull
FilterParser.ComparisonContext ctx)
FilterParser#comparison.ctx - the parse treevoid exitComparison(@NotNull
FilterParser.ComparisonContext ctx)
FilterParser#comparison.ctx - the parse treeCopyright © 2016. All rights reserved.