T - The return type of the visit operation. Use Void for
operations with no return type.public class PredicateBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements PredicateVisitor<T>
PredicateVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
PredicateBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitCompilationUnit(PredicateParser.CompilationUnitContext ctx)
PredicateParser.compilationUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCompilationUnit in interface PredicateVisitor<T>ctx - the parse treepublic T visitField_filter(PredicateParser.Field_filterContext ctx)
PredicateParser.field_filter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitField_filter in interface PredicateVisitor<T>ctx - the parse treepublic T visitBoolean_filter(PredicateParser.Boolean_filterContext ctx)
PredicateParser.boolean_filter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoolean_filter in interface PredicateVisitor<T>ctx - the parse treepublic T visitRegex_filter(PredicateParser.Regex_filterContext ctx)
PredicateParser.regex_filter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegex_filter in interface PredicateVisitor<T>ctx - the parse treepublic T visitColumn_predicate(PredicateParser.Column_predicateContext ctx)
PredicateParser.column_predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumn_predicate in interface PredicateVisitor<T>ctx - the parse treepublic T visitPredicate(PredicateParser.PredicateContext ctx)
PredicateParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicate in interface PredicateVisitor<T>ctx - the parse treepublic T visitValue(PredicateParser.ValueContext ctx)
PredicateParser.value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValue in interface PredicateVisitor<T>ctx - the parse treepublic T visitVariable(PredicateParser.VariableContext ctx)
PredicateParser.variable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariable in interface PredicateVisitor<T>ctx - the parse treeCopyright © 2017. All rights reserved.