Class PredicateExpressionBaseListener
- java.lang.Object
-
- condition.parser.PredicateExpressionBaseListener
-
- All Implemented Interfaces:
PredicateExpressionListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class PredicateExpressionBaseListener extends Object implements PredicateExpressionListener
This class provides an empty implementation ofPredicateExpressionListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description PredicateExpressionBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterProgram
public void enterProgram(PredicateExpressionParser.ProgramContext ctx)
Enter a parse tree produced byPredicateExpressionParser.program().The default implementation does nothing.
- Specified by:
enterProgramin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitProgram
public void exitProgram(PredicateExpressionParser.ProgramContext ctx)
Exit a parse tree produced byPredicateExpressionParser.program().The default implementation does nothing.
- Specified by:
exitProgramin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterEvalExpression
public void enterEvalExpression(PredicateExpressionParser.EvalExpressionContext ctx)
Enter a parse tree produced byPredicateExpressionParser.evalExpression().The default implementation does nothing.
- Specified by:
enterEvalExpressionin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitEvalExpression
public void exitEvalExpression(PredicateExpressionParser.EvalExpressionContext ctx)
Exit a parse tree produced byPredicateExpressionParser.evalExpression().The default implementation does nothing.
- Specified by:
exitEvalExpressionin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterIff
public void enterIff(PredicateExpressionParser.IffContext ctx)
Enter a parse tree produced byPredicateExpressionParser.iff().The default implementation does nothing.
- Specified by:
enterIffin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitIff
public void exitIff(PredicateExpressionParser.IffContext ctx)
Exit a parse tree produced byPredicateExpressionParser.iff().The default implementation does nothing.
- Specified by:
exitIffin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterParse
public void enterParse(PredicateExpressionParser.ParseContext ctx)
Enter a parse tree produced byPredicateExpressionParser.parse().The default implementation does nothing.
- Specified by:
enterParsein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitParse
public void exitParse(PredicateExpressionParser.ParseContext ctx)
Exit a parse tree produced byPredicateExpressionParser.parse().The default implementation does nothing.
- Specified by:
exitParsein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterTime
public void enterTime(PredicateExpressionParser.TimeContext ctx)
Enter a parse tree produced byPredicateExpressionParser.time().The default implementation does nothing.
- Specified by:
enterTimein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitTime
public void exitTime(PredicateExpressionParser.TimeContext ctx)
Exit a parse tree produced byPredicateExpressionParser.time().The default implementation does nothing.
- Specified by:
exitTimein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterEvalLength
public void enterEvalLength(PredicateExpressionParser.EvalLengthContext ctx)
Enter a parse tree produced byPredicateExpressionParser.evalLength().The default implementation does nothing.
- Specified by:
enterEvalLengthin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitEvalLength
public void exitEvalLength(PredicateExpressionParser.EvalLengthContext ctx)
Exit a parse tree produced byPredicateExpressionParser.evalLength().The default implementation does nothing.
- Specified by:
exitEvalLengthin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterEvalHashCode
public void enterEvalHashCode(PredicateExpressionParser.EvalHashCodeContext ctx)
Enter a parse tree produced byPredicateExpressionParser.evalHashCode().The default implementation does nothing.
- Specified by:
enterEvalHashCodein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitEvalHashCode
public void exitEvalHashCode(PredicateExpressionParser.EvalHashCodeContext ctx)
Exit a parse tree produced byPredicateExpressionParser.evalHashCode().The default implementation does nothing.
- Specified by:
exitEvalHashCodein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterEvalIsEmpty
public void enterEvalIsEmpty(PredicateExpressionParser.EvalIsEmptyContext ctx)
Enter a parse tree produced byPredicateExpressionParser.evalIsEmpty().The default implementation does nothing.
- Specified by:
enterEvalIsEmptyin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitEvalIsEmpty
public void exitEvalIsEmpty(PredicateExpressionParser.EvalIsEmptyContext ctx)
Exit a parse tree produced byPredicateExpressionParser.evalIsEmpty().The default implementation does nothing.
- Specified by:
exitEvalIsEmptyin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterEvalIsNotEmpty
public void enterEvalIsNotEmpty(PredicateExpressionParser.EvalIsNotEmptyContext ctx)
Enter a parse tree produced byPredicateExpressionParser.evalIsNotEmpty().The default implementation does nothing.
- Specified by:
enterEvalIsNotEmptyin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitEvalIsNotEmpty
public void exitEvalIsNotEmpty(PredicateExpressionParser.EvalIsNotEmptyContext ctx)
Exit a parse tree produced byPredicateExpressionParser.evalIsNotEmpty().The default implementation does nothing.
- Specified by:
exitEvalIsNotEmptyin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterEvalIsBlank
public void enterEvalIsBlank(PredicateExpressionParser.EvalIsBlankContext ctx)
Enter a parse tree produced byPredicateExpressionParser.evalIsBlank().The default implementation does nothing.
- Specified by:
enterEvalIsBlankin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitEvalIsBlank
public void exitEvalIsBlank(PredicateExpressionParser.EvalIsBlankContext ctx)
Exit a parse tree produced byPredicateExpressionParser.evalIsBlank().The default implementation does nothing.
- Specified by:
exitEvalIsBlankin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterEvalIsNotBlank
public void enterEvalIsNotBlank(PredicateExpressionParser.EvalIsNotBlankContext ctx)
Enter a parse tree produced byPredicateExpressionParser.evalIsNotBlank().The default implementation does nothing.
- Specified by:
enterEvalIsNotBlankin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitEvalIsNotBlank
public void exitEvalIsNotBlank(PredicateExpressionParser.EvalIsNotBlankContext ctx)
Exit a parse tree produced byPredicateExpressionParser.evalIsNotBlank().The default implementation does nothing.
- Specified by:
exitEvalIsNotBlankin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterRandom
public void enterRandom(PredicateExpressionParser.RandomContext ctx)
Enter a parse tree produced byPredicateExpressionParser.random().The default implementation does nothing.
- Specified by:
enterRandomin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitRandom
public void exitRandom(PredicateExpressionParser.RandomContext ctx)
Exit a parse tree produced byPredicateExpressionParser.random().The default implementation does nothing.
- Specified by:
exitRandomin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterPropertyAccessor
public void enterPropertyAccessor(PredicateExpressionParser.PropertyAccessorContext ctx)
Enter a parse tree produced byPredicateExpressionParser.propertyAccessor().The default implementation does nothing.
- Specified by:
enterPropertyAccessorin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitPropertyAccessor
public void exitPropertyAccessor(PredicateExpressionParser.PropertyAccessorContext ctx)
Exit a parse tree produced byPredicateExpressionParser.propertyAccessor().The default implementation does nothing.
- Specified by:
exitPropertyAccessorin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStringExpression
public void enterStringExpression(PredicateExpressionParser.StringExpressionContext ctx)
Enter a parse tree produced byPredicateExpressionParser.stringExpression().The default implementation does nothing.
- Specified by:
enterStringExpressionin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStringExpression
public void exitStringExpression(PredicateExpressionParser.StringExpressionContext ctx)
Exit a parse tree produced byPredicateExpressionParser.stringExpression().The default implementation does nothing.
- Specified by:
exitStringExpressionin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStringFunc
public void enterStringFunc(PredicateExpressionParser.StringFuncContext ctx)
Enter a parse tree produced byPredicateExpressionParser.stringFunc().The default implementation does nothing.
- Specified by:
enterStringFuncin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStringFunc
public void exitStringFunc(PredicateExpressionParser.StringFuncContext ctx)
Exit a parse tree produced byPredicateExpressionParser.stringFunc().The default implementation does nothing.
- Specified by:
exitStringFuncin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStringEvalFunc
public void enterStringEvalFunc(PredicateExpressionParser.StringEvalFuncContext ctx)
Enter a parse tree produced byPredicateExpressionParser.stringEvalFunc().The default implementation does nothing.
- Specified by:
enterStringEvalFuncin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStringEvalFunc
public void exitStringEvalFunc(PredicateExpressionParser.StringEvalFuncContext ctx)
Exit a parse tree produced byPredicateExpressionParser.stringEvalFunc().The default implementation does nothing.
- Specified by:
exitStringEvalFuncin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterAsString
public void enterAsString(PredicateExpressionParser.AsStringContext ctx)
Enter a parse tree produced byPredicateExpressionParser.asString().The default implementation does nothing.
- Specified by:
enterAsStringin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitAsString
public void exitAsString(PredicateExpressionParser.AsStringContext ctx)
Exit a parse tree produced byPredicateExpressionParser.asString().The default implementation does nothing.
- Specified by:
exitAsStringin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrIff
public void enterStrIff(PredicateExpressionParser.StrIffContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strIff().The default implementation does nothing.
- Specified by:
enterStrIffin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrIff
public void exitStrIff(PredicateExpressionParser.StrIffContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strIff().The default implementation does nothing.
- Specified by:
exitStrIffin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrSubstring
public void enterStrSubstring(PredicateExpressionParser.StrSubstringContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strSubstring().The default implementation does nothing.
- Specified by:
enterStrSubstringin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrSubstring
public void exitStrSubstring(PredicateExpressionParser.StrSubstringContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strSubstring().The default implementation does nothing.
- Specified by:
exitStrSubstringin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrLeft
public void enterStrLeft(PredicateExpressionParser.StrLeftContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strLeft().The default implementation does nothing.
- Specified by:
enterStrLeftin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrLeft
public void exitStrLeft(PredicateExpressionParser.StrLeftContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strLeft().The default implementation does nothing.
- Specified by:
exitStrLeftin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrRight
public void enterStrRight(PredicateExpressionParser.StrRightContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strRight().The default implementation does nothing.
- Specified by:
enterStrRightin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrRight
public void exitStrRight(PredicateExpressionParser.StrRightContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strRight().The default implementation does nothing.
- Specified by:
exitStrRightin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrReplace
public void enterStrReplace(PredicateExpressionParser.StrReplaceContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strReplace().The default implementation does nothing.
- Specified by:
enterStrReplacein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrReplace
public void exitStrReplace(PredicateExpressionParser.StrReplaceContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strReplace().The default implementation does nothing.
- Specified by:
exitStrReplacein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrReplaceAll
public void enterStrReplaceAll(PredicateExpressionParser.StrReplaceAllContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strReplaceAll().The default implementation does nothing.
- Specified by:
enterStrReplaceAllin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrReplaceAll
public void exitStrReplaceAll(PredicateExpressionParser.StrReplaceAllContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strReplaceAll().The default implementation does nothing.
- Specified by:
exitStrReplaceAllin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrToLowerCase
public void enterStrToLowerCase(PredicateExpressionParser.StrToLowerCaseContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strToLowerCase().The default implementation does nothing.
- Specified by:
enterStrToLowerCasein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrToLowerCase
public void exitStrToLowerCase(PredicateExpressionParser.StrToLowerCaseContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strToLowerCase().The default implementation does nothing.
- Specified by:
exitStrToLowerCasein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrToUpperCase
public void enterStrToUpperCase(PredicateExpressionParser.StrToUpperCaseContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strToUpperCase().The default implementation does nothing.
- Specified by:
enterStrToUpperCasein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrToUpperCase
public void exitStrToUpperCase(PredicateExpressionParser.StrToUpperCaseContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strToUpperCase().The default implementation does nothing.
- Specified by:
exitStrToUpperCasein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrLength
public void enterStrLength(PredicateExpressionParser.StrLengthContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strLength().The default implementation does nothing.
- Specified by:
enterStrLengthin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrLength
public void exitStrLength(PredicateExpressionParser.StrLengthContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strLength().The default implementation does nothing.
- Specified by:
exitStrLengthin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrHashCode
public void enterStrHashCode(PredicateExpressionParser.StrHashCodeContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strHashCode().The default implementation does nothing.
- Specified by:
enterStrHashCodein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrHashCode
public void exitStrHashCode(PredicateExpressionParser.StrHashCodeContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strHashCode().The default implementation does nothing.
- Specified by:
exitStrHashCodein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrIsEmpty
public void enterStrIsEmpty(PredicateExpressionParser.StrIsEmptyContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strIsEmpty().The default implementation does nothing.
- Specified by:
enterStrIsEmptyin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrIsEmpty
public void exitStrIsEmpty(PredicateExpressionParser.StrIsEmptyContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strIsEmpty().The default implementation does nothing.
- Specified by:
exitStrIsEmptyin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrIsNotEmpty
public void enterStrIsNotEmpty(PredicateExpressionParser.StrIsNotEmptyContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strIsNotEmpty().The default implementation does nothing.
- Specified by:
enterStrIsNotEmptyin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrIsNotEmpty
public void exitStrIsNotEmpty(PredicateExpressionParser.StrIsNotEmptyContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strIsNotEmpty().The default implementation does nothing.
- Specified by:
exitStrIsNotEmptyin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrIsBlank
public void enterStrIsBlank(PredicateExpressionParser.StrIsBlankContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strIsBlank().The default implementation does nothing.
- Specified by:
enterStrIsBlankin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrIsBlank
public void exitStrIsBlank(PredicateExpressionParser.StrIsBlankContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strIsBlank().The default implementation does nothing.
- Specified by:
exitStrIsBlankin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrIsNotBlank
public void enterStrIsNotBlank(PredicateExpressionParser.StrIsNotBlankContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strIsNotBlank().The default implementation does nothing.
- Specified by:
enterStrIsNotBlankin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrIsNotBlank
public void exitStrIsNotBlank(PredicateExpressionParser.StrIsNotBlankContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strIsNotBlank().The default implementation does nothing.
- Specified by:
exitStrIsNotBlankin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStrParse
public void enterStrParse(PredicateExpressionParser.StrParseContext ctx)
Enter a parse tree produced byPredicateExpressionParser.strParse().The default implementation does nothing.
- Specified by:
enterStrParsein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStrParse
public void exitStrParse(PredicateExpressionParser.StrParseContext ctx)
Exit a parse tree produced byPredicateExpressionParser.strParse().The default implementation does nothing.
- Specified by:
exitStrParsein interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterString
public void enterString(PredicateExpressionParser.StringContext ctx)
Enter a parse tree produced byPredicateExpressionParser.string().The default implementation does nothing.
- Specified by:
enterStringin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitString
public void exitString(PredicateExpressionParser.StringContext ctx)
Exit a parse tree produced byPredicateExpressionParser.string().The default implementation does nothing.
- Specified by:
exitStringin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterPlaceholder
public void enterPlaceholder(PredicateExpressionParser.PlaceholderContext ctx)
Enter a parse tree produced byPredicateExpressionParser.placeholder().The default implementation does nothing.
- Specified by:
enterPlaceholderin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitPlaceholder
public void exitPlaceholder(PredicateExpressionParser.PlaceholderContext ctx)
Exit a parse tree produced byPredicateExpressionParser.placeholder().The default implementation does nothing.
- Specified by:
exitPlaceholderin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterStringComparisonOp
public void enterStringComparisonOp(PredicateExpressionParser.StringComparisonOpContext ctx)
Enter a parse tree produced byPredicateExpressionParser.stringComparisonOp().The default implementation does nothing.
- Specified by:
enterStringComparisonOpin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitStringComparisonOp
public void exitStringComparisonOp(PredicateExpressionParser.StringComparisonOpContext ctx)
Exit a parse tree produced byPredicateExpressionParser.stringComparisonOp().The default implementation does nothing.
- Specified by:
exitStringComparisonOpin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterComparisonOperator
public void enterComparisonOperator(PredicateExpressionParser.ComparisonOperatorContext ctx)
Enter a parse tree produced byPredicateExpressionParser.comparisonOperator().The default implementation does nothing.
- Specified by:
enterComparisonOperatorin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitComparisonOperator
public void exitComparisonOperator(PredicateExpressionParser.ComparisonOperatorContext ctx)
Exit a parse tree produced byPredicateExpressionParser.comparisonOperator().The default implementation does nothing.
- Specified by:
exitComparisonOperatorin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterNumber
public void enterNumber(PredicateExpressionParser.NumberContext ctx)
Enter a parse tree produced byPredicateExpressionParser.number().The default implementation does nothing.
- Specified by:
enterNumberin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitNumber
public void exitNumber(PredicateExpressionParser.NumberContext ctx)
Exit a parse tree produced byPredicateExpressionParser.number().The default implementation does nothing.
- Specified by:
exitNumberin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterSiSuffix
public void enterSiSuffix(PredicateExpressionParser.SiSuffixContext ctx)
Enter a parse tree produced byPredicateExpressionParser.siSuffix().The default implementation does nothing.
- Specified by:
enterSiSuffixin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
exitSiSuffix
public void exitSiSuffix(PredicateExpressionParser.SiSuffixContext ctx)
Exit a parse tree produced byPredicateExpressionParser.siSuffix().The default implementation does nothing.
- Specified by:
exitSiSuffixin interfacePredicateExpressionListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-