Class PredicateExpressionBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- condition.parser.PredicateExpressionBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
PredicateExpressionVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
PredicateExpressionVisitorImpl
public class PredicateExpressionBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements PredicateExpressionVisitor<T>
This class provides an empty implementation ofPredicateExpressionVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description PredicateExpressionBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitProgram
public T visitProgram(PredicateExpressionParser.ProgramContext ctx)
Visit a parse tree produced byPredicateExpressionParser.program().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProgramin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvalExpression
public T visitEvalExpression(PredicateExpressionParser.EvalExpressionContext ctx)
Visit a parse tree produced byPredicateExpressionParser.evalExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEvalExpressionin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIff
public T visitIff(PredicateExpressionParser.IffContext ctx)
Visit a parse tree produced byPredicateExpressionParser.iff().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIffin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParse
public T visitParse(PredicateExpressionParser.ParseContext ctx)
Visit a parse tree produced byPredicateExpressionParser.parse().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParsein interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTime
public T visitTime(PredicateExpressionParser.TimeContext ctx)
Visit a parse tree produced byPredicateExpressionParser.time().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimein interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvalLength
public T visitEvalLength(PredicateExpressionParser.EvalLengthContext ctx)
Visit a parse tree produced byPredicateExpressionParser.evalLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEvalLengthin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvalHashCode
public T visitEvalHashCode(PredicateExpressionParser.EvalHashCodeContext ctx)
Visit a parse tree produced byPredicateExpressionParser.evalHashCode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEvalHashCodein interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvalIsEmpty
public T visitEvalIsEmpty(PredicateExpressionParser.EvalIsEmptyContext ctx)
Visit a parse tree produced byPredicateExpressionParser.evalIsEmpty().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEvalIsEmptyin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvalIsNotEmpty
public T visitEvalIsNotEmpty(PredicateExpressionParser.EvalIsNotEmptyContext ctx)
Visit a parse tree produced byPredicateExpressionParser.evalIsNotEmpty().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEvalIsNotEmptyin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvalIsBlank
public T visitEvalIsBlank(PredicateExpressionParser.EvalIsBlankContext ctx)
Visit a parse tree produced byPredicateExpressionParser.evalIsBlank().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEvalIsBlankin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvalIsNotBlank
public T visitEvalIsNotBlank(PredicateExpressionParser.EvalIsNotBlankContext ctx)
Visit a parse tree produced byPredicateExpressionParser.evalIsNotBlank().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEvalIsNotBlankin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRandom
public T visitRandom(PredicateExpressionParser.RandomContext ctx)
Visit a parse tree produced byPredicateExpressionParser.random().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRandomin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertyAccessor
public T visitPropertyAccessor(PredicateExpressionParser.PropertyAccessorContext ctx)
Visit a parse tree produced byPredicateExpressionParser.propertyAccessor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPropertyAccessorin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringExpression
public T visitStringExpression(PredicateExpressionParser.StringExpressionContext ctx)
Visit a parse tree produced byPredicateExpressionParser.stringExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringExpressionin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringFunc
public T visitStringFunc(PredicateExpressionParser.StringFuncContext ctx)
Visit a parse tree produced byPredicateExpressionParser.stringFunc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringFuncin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringEvalFunc
public T visitStringEvalFunc(PredicateExpressionParser.StringEvalFuncContext ctx)
Visit a parse tree produced byPredicateExpressionParser.stringEvalFunc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringEvalFuncin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAsString
public T visitAsString(PredicateExpressionParser.AsStringContext ctx)
Visit a parse tree produced byPredicateExpressionParser.asString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAsStringin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrIff
public T visitStrIff(PredicateExpressionParser.StrIffContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strIff().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrIffin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrSubstring
public T visitStrSubstring(PredicateExpressionParser.StrSubstringContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strSubstring().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrSubstringin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrLeft
public T visitStrLeft(PredicateExpressionParser.StrLeftContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strLeft().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrLeftin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrRight
public T visitStrRight(PredicateExpressionParser.StrRightContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strRight().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrRightin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrReplace
public T visitStrReplace(PredicateExpressionParser.StrReplaceContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strReplace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrReplacein interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrReplaceAll
public T visitStrReplaceAll(PredicateExpressionParser.StrReplaceAllContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strReplaceAll().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrReplaceAllin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrToLowerCase
public T visitStrToLowerCase(PredicateExpressionParser.StrToLowerCaseContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strToLowerCase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrToLowerCasein interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrToUpperCase
public T visitStrToUpperCase(PredicateExpressionParser.StrToUpperCaseContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strToUpperCase().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrToUpperCasein interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrLength
public T visitStrLength(PredicateExpressionParser.StrLengthContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strLength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrLengthin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrHashCode
public T visitStrHashCode(PredicateExpressionParser.StrHashCodeContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strHashCode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrHashCodein interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrIsEmpty
public T visitStrIsEmpty(PredicateExpressionParser.StrIsEmptyContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strIsEmpty().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrIsEmptyin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrIsNotEmpty
public T visitStrIsNotEmpty(PredicateExpressionParser.StrIsNotEmptyContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strIsNotEmpty().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrIsNotEmptyin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrIsBlank
public T visitStrIsBlank(PredicateExpressionParser.StrIsBlankContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strIsBlank().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrIsBlankin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrIsNotBlank
public T visitStrIsNotBlank(PredicateExpressionParser.StrIsNotBlankContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strIsNotBlank().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrIsNotBlankin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStrParse
public T visitStrParse(PredicateExpressionParser.StrParseContext ctx)
Visit a parse tree produced byPredicateExpressionParser.strParse().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStrParsein interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitString
public T visitString(PredicateExpressionParser.StringContext ctx)
Visit a parse tree produced byPredicateExpressionParser.string().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlaceholder
public T visitPlaceholder(PredicateExpressionParser.PlaceholderContext ctx)
Visit a parse tree produced byPredicateExpressionParser.placeholder().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlaceholderin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringComparisonOp
public T visitStringComparisonOp(PredicateExpressionParser.StringComparisonOpContext ctx)
Visit a parse tree produced byPredicateExpressionParser.stringComparisonOp().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringComparisonOpin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComparisonOperator
public T visitComparisonOperator(PredicateExpressionParser.ComparisonOperatorContext ctx)
Visit a parse tree produced byPredicateExpressionParser.comparisonOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComparisonOperatorin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumber
public T visitNumber(PredicateExpressionParser.NumberContext ctx)
Visit a parse tree produced byPredicateExpressionParser.number().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSiSuffix
public T visitSiSuffix(PredicateExpressionParser.SiSuffixContext ctx)
Visit a parse tree produced byPredicateExpressionParser.siSuffix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSiSuffixin interfacePredicateExpressionVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-