T - The return type of the visit operation. Use Void for
operations with no return type.public interface PredicateVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
PredicateParser.T visitCompilationUnit(PredicateParser.CompilationUnitContext ctx)
PredicateParser.compilationUnit().ctx - the parse treeT visitField_filter(PredicateParser.Field_filterContext ctx)
PredicateParser.field_filter().ctx - the parse treeT visitBoolean_filter(PredicateParser.Boolean_filterContext ctx)
PredicateParser.boolean_filter().ctx - the parse treeT visitRegex_filter(PredicateParser.Regex_filterContext ctx)
PredicateParser.regex_filter().ctx - the parse treeT visitColumn_predicate(PredicateParser.Column_predicateContext ctx)
PredicateParser.column_predicate().ctx - the parse treeT visitPredicate(PredicateParser.PredicateContext ctx)
PredicateParser.predicate().ctx - the parse treeT visitValue(PredicateParser.ValueContext ctx)
PredicateParser.value().ctx - the parse treeT visitVariable(PredicateParser.VariableContext ctx)
PredicateParser.variable().ctx - the parse treeCopyright © 2017. All rights reserved.