public interface PredicateListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
PredicateParser.void enterCompilationUnit(PredicateParser.CompilationUnitContext ctx)
PredicateParser.compilationUnit().ctx - the parse treevoid exitCompilationUnit(PredicateParser.CompilationUnitContext ctx)
PredicateParser.compilationUnit().ctx - the parse treevoid enterField_filter(PredicateParser.Field_filterContext ctx)
PredicateParser.field_filter().ctx - the parse treevoid exitField_filter(PredicateParser.Field_filterContext ctx)
PredicateParser.field_filter().ctx - the parse treevoid enterBoolean_filter(PredicateParser.Boolean_filterContext ctx)
PredicateParser.boolean_filter().ctx - the parse treevoid exitBoolean_filter(PredicateParser.Boolean_filterContext ctx)
PredicateParser.boolean_filter().ctx - the parse treevoid enterRegex_filter(PredicateParser.Regex_filterContext ctx)
PredicateParser.regex_filter().ctx - the parse treevoid exitRegex_filter(PredicateParser.Regex_filterContext ctx)
PredicateParser.regex_filter().ctx - the parse treevoid enterColumn_predicate(PredicateParser.Column_predicateContext ctx)
PredicateParser.column_predicate().ctx - the parse treevoid exitColumn_predicate(PredicateParser.Column_predicateContext ctx)
PredicateParser.column_predicate().ctx - the parse treevoid enterPredicate(PredicateParser.PredicateContext ctx)
PredicateParser.predicate().ctx - the parse treevoid exitPredicate(PredicateParser.PredicateContext ctx)
PredicateParser.predicate().ctx - the parse treevoid enterValue(PredicateParser.ValueContext ctx)
PredicateParser.value().ctx - the parse treevoid exitValue(PredicateParser.ValueContext ctx)
PredicateParser.value().ctx - the parse treevoid enterVariable(PredicateParser.VariableContext ctx)
PredicateParser.variable().ctx - the parse treevoid exitVariable(PredicateParser.VariableContext ctx)
PredicateParser.variable().ctx - the parse treeCopyright © 2017. All rights reserved.