Package condition.parser
Interface PredicateExpressionListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
PredicateExpressionBaseListener
public interface PredicateExpressionListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byPredicateExpressionParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterProgram
void enterProgram(PredicateExpressionParser.ProgramContext ctx)
Enter a parse tree produced byPredicateExpressionParser.program().- Parameters:
ctx- the parse tree
-
exitProgram
void exitProgram(PredicateExpressionParser.ProgramContext ctx)
Exit a parse tree produced byPredicateExpressionParser.program().- Parameters:
ctx- the parse tree
-
enterEvalExpression
void enterEvalExpression(PredicateExpressionParser.EvalExpressionContext ctx)
Enter a parse tree produced byPredicateExpressionParser.evalExpression().- Parameters:
ctx- the parse tree
-
exitEvalExpression
void exitEvalExpression(PredicateExpressionParser.EvalExpressionContext ctx)
Exit a parse tree produced byPredicateExpressionParser.evalExpression().- Parameters:
ctx- the parse tree
-
enterIff
void enterIff(PredicateExpressionParser.IffContext ctx)
Enter a parse tree produced byPredicateExpressionParser.iff().- Parameters:
ctx- the parse tree
-
exitIff
void exitIff(PredicateExpressionParser.IffContext ctx)
Exit a parse tree produced byPredicateExpressionParser.iff().- Parameters:
ctx- the parse tree
-
enterParse
void enterParse(PredicateExpressionParser.ParseContext ctx)
Enter a parse tree produced byPredicateExpressionParser.parse().- Parameters:
ctx- the parse tree
-
exitParse
void exitParse(PredicateExpressionParser.ParseContext ctx)
Exit a parse tree produced byPredicateExpressionParser.parse().- Parameters:
ctx- the parse tree
-
enterTime
void enterTime(PredicateExpressionParser.TimeContext ctx)
Enter a parse tree produced byPredicateExpressionParser.time().- Parameters:
ctx- the parse tree
-
exitTime
void exitTime(PredicateExpressionParser.TimeContext ctx)
Exit a parse tree produced byPredicateExpressionParser.time().- Parameters:
ctx- the parse tree
-
enterEvalLength
void enterEvalLength(PredicateExpressionParser.EvalLengthContext ctx)
Enter a parse tree produced byPredicateExpressionParser.evalLength().- Parameters:
ctx- the parse tree
-
exitEvalLength
void exitEvalLength(PredicateExpressionParser.EvalLengthContext ctx)
Exit a parse tree produced byPredicateExpressionParser.evalLength().- Parameters:
ctx- the parse tree
-
enterEvalHashCode
void enterEvalHashCode(PredicateExpressionParser.EvalHashCodeContext ctx)
Enter a parse tree produced byPredicateExpressionParser.evalHashCode().- Parameters:
ctx- the parse tree
-
exitEvalHashCode
void exitEvalHashCode(PredicateExpressionParser.EvalHashCodeContext ctx)
Exit a parse tree produced byPredicateExpressionParser.evalHashCode().- Parameters:
ctx- the parse tree
-
enterEvalIsEmpty
void enterEvalIsEmpty(PredicateExpressionParser.EvalIsEmptyContext ctx)
Enter a parse tree produced byPredicateExpressionParser.evalIsEmpty().- Parameters:
ctx- the parse tree
-
exitEvalIsEmpty
void exitEvalIsEmpty(PredicateExpressionParser.EvalIsEmptyContext ctx)
Exit a parse tree produced byPredicateExpressionParser.evalIsEmpty().- Parameters:
ctx- the parse tree
-
enterEvalIsNotEmpty
void enterEvalIsNotEmpty(PredicateExpressionParser.EvalIsNotEmptyContext ctx)
Enter a parse tree produced byPredicateExpressionParser.evalIsNotEmpty().- Parameters:
ctx- the parse tree
-
exitEvalIsNotEmpty
void exitEvalIsNotEmpty(PredicateExpressionParser.EvalIsNotEmptyContext ctx)
Exit a parse tree produced byPredicateExpressionParser.evalIsNotEmpty().- Parameters:
ctx- the parse tree
-
enterEvalIsBlank
void enterEvalIsBlank(PredicateExpressionParser.EvalIsBlankContext ctx)
Enter a parse tree produced byPredicateExpressionParser.evalIsBlank().- Parameters:
ctx- the parse tree
-
exitEvalIsBlank
void exitEvalIsBlank(PredicateExpressionParser.EvalIsBlankContext ctx)
Exit a parse tree produced byPredicateExpressionParser.evalIsBlank().- Parameters:
ctx- the parse tree
-
enterEvalIsNotBlank
void enterEvalIsNotBlank(PredicateExpressionParser.EvalIsNotBlankContext ctx)
Enter a parse tree produced byPredicateExpressionParser.evalIsNotBlank().- Parameters:
ctx- the parse tree
-
exitEvalIsNotBlank
void exitEvalIsNotBlank(PredicateExpressionParser.EvalIsNotBlankContext ctx)
Exit a parse tree produced byPredicateExpressionParser.evalIsNotBlank().- Parameters:
ctx- the parse tree
-
enterRandom
void enterRandom(PredicateExpressionParser.RandomContext ctx)
Enter a parse tree produced byPredicateExpressionParser.random().- Parameters:
ctx- the parse tree
-
exitRandom
void exitRandom(PredicateExpressionParser.RandomContext ctx)
Exit a parse tree produced byPredicateExpressionParser.random().- Parameters:
ctx- the parse tree
-
enterPropertyAccessor
void enterPropertyAccessor(PredicateExpressionParser.PropertyAccessorContext ctx)
Enter a parse tree produced byPredicateExpressionParser.propertyAccessor().- Parameters:
ctx- the parse tree
-
exitPropertyAccessor
void exitPropertyAccessor(PredicateExpressionParser.PropertyAccessorContext ctx)
Exit a parse tree produced byPredicateExpressionParser.propertyAccessor().- Parameters:
ctx- the parse tree
-
enterStringExpression
void enterStringExpression(PredicateExpressionParser.StringExpressionContext ctx)
Enter a parse tree produced byPredicateExpressionParser.stringExpression().- Parameters:
ctx- the parse tree
-
exitStringExpression
void exitStringExpression(PredicateExpressionParser.StringExpressionContext ctx)
Exit a parse tree produced byPredicateExpressionParser.stringExpression().- Parameters:
ctx- the parse tree
-
enterStringFunc
void enterStringFunc(PredicateExpressionParser.StringFuncContext ctx)
Enter a parse tree produced byPredicateExpressionParser.stringFunc().- Parameters:
ctx- the parse tree
-
exitStringFunc
void exitStringFunc(PredicateExpressionParser.StringFuncContext ctx)
Exit a parse tree produced byPredicateExpressionParser.stringFunc().- Parameters:
ctx- the parse tree
-
enterStringEvalFunc
void enterStringEvalFunc(PredicateExpressionParser.StringEvalFuncContext ctx)
Enter a parse tree produced byPredicateExpressionParser.stringEvalFunc().- Parameters:
ctx- the parse tree
-
exitStringEvalFunc
void exitStringEvalFunc(PredicateExpressionParser.StringEvalFuncContext ctx)
Exit a parse tree produced byPredicateExpressionParser.stringEvalFunc().- Parameters:
ctx- the parse tree
-
enterAsString
void enterAsString(PredicateExpressionParser.AsStringContext ctx)
Enter a parse tree produced byPredicateExpressionParser.asString().- Parameters:
ctx- the parse tree
-
exitAsString
void exitAsString(PredicateExpressionParser.AsStringContext ctx)
Exit a parse tree produced byPredicateExpressionParser.asString().- Parameters:
ctx- the parse tree
-
enterStrIff
void enterStrIff(PredicateExpressionParser.StrIffContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strIff().- Parameters:
ctx- the parse tree
-
exitStrIff
void exitStrIff(PredicateExpressionParser.StrIffContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strIff().- Parameters:
ctx- the parse tree
-
enterStrSubstring
void enterStrSubstring(PredicateExpressionParser.StrSubstringContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strSubstring().- Parameters:
ctx- the parse tree
-
exitStrSubstring
void exitStrSubstring(PredicateExpressionParser.StrSubstringContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strSubstring().- Parameters:
ctx- the parse tree
-
enterStrLeft
void enterStrLeft(PredicateExpressionParser.StrLeftContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strLeft().- Parameters:
ctx- the parse tree
-
exitStrLeft
void exitStrLeft(PredicateExpressionParser.StrLeftContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strLeft().- Parameters:
ctx- the parse tree
-
enterStrRight
void enterStrRight(PredicateExpressionParser.StrRightContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strRight().- Parameters:
ctx- the parse tree
-
exitStrRight
void exitStrRight(PredicateExpressionParser.StrRightContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strRight().- Parameters:
ctx- the parse tree
-
enterStrReplace
void enterStrReplace(PredicateExpressionParser.StrReplaceContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strReplace().- Parameters:
ctx- the parse tree
-
exitStrReplace
void exitStrReplace(PredicateExpressionParser.StrReplaceContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strReplace().- Parameters:
ctx- the parse tree
-
enterStrReplaceAll
void enterStrReplaceAll(PredicateExpressionParser.StrReplaceAllContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strReplaceAll().- Parameters:
ctx- the parse tree
-
exitStrReplaceAll
void exitStrReplaceAll(PredicateExpressionParser.StrReplaceAllContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strReplaceAll().- Parameters:
ctx- the parse tree
-
enterStrToLowerCase
void enterStrToLowerCase(PredicateExpressionParser.StrToLowerCaseContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strToLowerCase().- Parameters:
ctx- the parse tree
-
exitStrToLowerCase
void exitStrToLowerCase(PredicateExpressionParser.StrToLowerCaseContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strToLowerCase().- Parameters:
ctx- the parse tree
-
enterStrToUpperCase
void enterStrToUpperCase(PredicateExpressionParser.StrToUpperCaseContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strToUpperCase().- Parameters:
ctx- the parse tree
-
exitStrToUpperCase
void exitStrToUpperCase(PredicateExpressionParser.StrToUpperCaseContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strToUpperCase().- Parameters:
ctx- the parse tree
-
enterStrLength
void enterStrLength(PredicateExpressionParser.StrLengthContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strLength().- Parameters:
ctx- the parse tree
-
exitStrLength
void exitStrLength(PredicateExpressionParser.StrLengthContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strLength().- Parameters:
ctx- the parse tree
-
enterStrHashCode
void enterStrHashCode(PredicateExpressionParser.StrHashCodeContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strHashCode().- Parameters:
ctx- the parse tree
-
exitStrHashCode
void exitStrHashCode(PredicateExpressionParser.StrHashCodeContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strHashCode().- Parameters:
ctx- the parse tree
-
enterStrIsEmpty
void enterStrIsEmpty(PredicateExpressionParser.StrIsEmptyContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strIsEmpty().- Parameters:
ctx- the parse tree
-
exitStrIsEmpty
void exitStrIsEmpty(PredicateExpressionParser.StrIsEmptyContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strIsEmpty().- Parameters:
ctx- the parse tree
-
enterStrIsNotEmpty
void enterStrIsNotEmpty(PredicateExpressionParser.StrIsNotEmptyContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strIsNotEmpty().- Parameters:
ctx- the parse tree
-
exitStrIsNotEmpty
void exitStrIsNotEmpty(PredicateExpressionParser.StrIsNotEmptyContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strIsNotEmpty().- Parameters:
ctx- the parse tree
-
enterStrIsBlank
void enterStrIsBlank(PredicateExpressionParser.StrIsBlankContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strIsBlank().- Parameters:
ctx- the parse tree
-
exitStrIsBlank
void exitStrIsBlank(PredicateExpressionParser.StrIsBlankContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strIsBlank().- Parameters:
ctx- the parse tree
-
enterStrIsNotBlank
void enterStrIsNotBlank(PredicateExpressionParser.StrIsNotBlankContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strIsNotBlank().- Parameters:
ctx- the parse tree
-
exitStrIsNotBlank
void exitStrIsNotBlank(PredicateExpressionParser.StrIsNotBlankContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strIsNotBlank().- Parameters:
ctx- the parse tree
-
enterStrParse
void enterStrParse(PredicateExpressionParser.StrParseContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strParse().- Parameters:
ctx- the parse tree
-
exitStrParse
void exitStrParse(PredicateExpressionParser.StrParseContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strParse().- Parameters:
ctx- the parse tree
-
enterString
void enterString(PredicateExpressionParser.StringContext ctx)
Enter a parse tree produced byPredicateExpressionParser.string().- Parameters:
ctx- the parse tree
-
exitString
void exitString(PredicateExpressionParser.StringContext ctx)
Exit a parse tree produced byPredicateExpressionParser.string().- Parameters:
ctx- the parse tree
-
enterPlaceholder
void enterPlaceholder(PredicateExpressionParser.PlaceholderContext ctx)
Enter a parse tree produced byPredicateExpressionParser.placeholder().- Parameters:
ctx- the parse tree
-
exitPlaceholder
void exitPlaceholder(PredicateExpressionParser.PlaceholderContext ctx)
Exit a parse tree produced byPredicateExpressionParser.placeholder().- Parameters:
ctx- the parse tree
-
enterStringComparisonOp
void enterStringComparisonOp(PredicateExpressionParser.StringComparisonOpContext ctx)
Enter a parse tree produced byPredicateExpressionParser.stringComparisonOp().- Parameters:
ctx- the parse tree
-
exitStringComparisonOp
void exitStringComparisonOp(PredicateExpressionParser.StringComparisonOpContext ctx)
Exit a parse tree produced byPredicateExpressionParser.stringComparisonOp().- Parameters:
ctx- the parse tree
-
enterComparisonOperator
void enterComparisonOperator(PredicateExpressionParser.ComparisonOperatorContext ctx)
Enter a parse tree produced byPredicateExpressionParser.comparisonOperator().- Parameters:
ctx- the parse tree
-
exitComparisonOperator
void exitComparisonOperator(PredicateExpressionParser.ComparisonOperatorContext ctx)
Exit a parse tree produced byPredicateExpressionParser.comparisonOperator().- Parameters:
ctx- the parse tree
-
enterNumber
void enterNumber(PredicateExpressionParser.NumberContext ctx)
Enter a parse tree produced byPredicateExpressionParser.number().- Parameters:
ctx- the parse tree
-
exitNumber
void exitNumber(PredicateExpressionParser.NumberContext ctx)
Exit a parse tree produced byPredicateExpressionParser.number().- Parameters:
ctx- the parse tree
-
enterSiSuffix
void enterSiSuffix(PredicateExpressionParser.SiSuffixContext ctx)
Enter a parse tree produced byPredicateExpressionParser.siSuffix().- Parameters:
ctx- the parse tree
-
exitSiSuffix
void exitSiSuffix(PredicateExpressionParser.SiSuffixContext ctx)
Exit a parse tree produced byPredicateExpressionParser.siSuffix().- Parameters:
ctx- the parse tree
-
-