public interface QueryListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
QueryParser.void enterQuery(QueryParser.QueryContext ctx)
QueryParser.query().ctx - the parse treevoid exitQuery(QueryParser.QueryContext ctx)
QueryParser.query().ctx - the parse treevoid enterExpr(QueryParser.ExprContext ctx)
QueryParser.expr().ctx - the parse treevoid exitExpr(QueryParser.ExprContext ctx)
QueryParser.expr().ctx - the parse treevoid enterOr(QueryParser.OrContext ctx)
QueryParser.or().ctx - the parse treevoid exitOr(QueryParser.OrContext ctx)
QueryParser.or().ctx - the parse treevoid enterAnd(QueryParser.AndContext ctx)
QueryParser.and().ctx - the parse treevoid exitAnd(QueryParser.AndContext ctx)
QueryParser.and().ctx - the parse treevoid enterNot(QueryParser.NotContext ctx)
QueryParser.not().ctx - the parse treevoid exitNot(QueryParser.NotContext ctx)
QueryParser.not().ctx - the parse treevoid enterEq(QueryParser.EqContext ctx)
QueryParser.eq().ctx - the parse treevoid exitEq(QueryParser.EqContext ctx)
QueryParser.eq().ctx - the parse treevoid enterGt(QueryParser.GtContext ctx)
QueryParser.gt().ctx - the parse treevoid exitGt(QueryParser.GtContext ctx)
QueryParser.gt().ctx - the parse treevoid enterGte(QueryParser.GteContext ctx)
QueryParser.gte().ctx - the parse treevoid exitGte(QueryParser.GteContext ctx)
QueryParser.gte().ctx - the parse treevoid enterLt(QueryParser.LtContext ctx)
QueryParser.lt().ctx - the parse treevoid exitLt(QueryParser.LtContext ctx)
QueryParser.lt().ctx - the parse treevoid enterLte(QueryParser.LteContext ctx)
QueryParser.lte().ctx - the parse treevoid exitLte(QueryParser.LteContext ctx)
QueryParser.lte().ctx - the parse treevoid enterKeyvalue(QueryParser.KeyvalueContext ctx)
QueryParser.keyvalue().ctx - the parse treevoid exitKeyvalue(QueryParser.KeyvalueContext ctx)
QueryParser.keyvalue().ctx - the parse treevoid enterString(QueryParser.StringContext ctx)
QueryParser.string().ctx - the parse treevoid exitString(QueryParser.StringContext ctx)
QueryParser.string().ctx - the parse tree