Class SparkExpressionBaseBaseListener
- All Implemented Interfaces:
SparkExpressionBaseListener,org.antlr.v4.runtime.tree.ParseTreeListener
SparkExpressionBaseListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced by theandlabeled alternative inSparkExpressionBaseParser.booleanExpression().voidEnter a parse tree produced by thearithmeticBinarylabeled alternative inSparkExpressionBaseParser.valueExpression().voidEnter a parse tree produced by thebackQuotedIdentifierlabeled alternative inSparkExpressionBaseParser.identifier().voidEnter a parse tree produced by thebetweenlabeled alternative inSparkExpressionBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).voidEnter a parse tree produced by thebooleanLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().voidEnter a parse tree produced bySparkExpressionBaseParser.booleanValue().voidEnter a parse tree produced by thecolumnReferencelabeled alternative inSparkExpressionBaseParser.primaryExpression().voidEnter a parse tree produced by thecomparisonlabeled alternative inSparkExpressionBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).voidEnter a parse tree produced bySparkExpressionBaseParser.comparisonOperator().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced bySparkExpressionBaseParser.expression().voidEnter a parse tree produced by theintegerLiterallabeled alternative inSparkExpressionBaseParser.number().voidEnter a parse tree produced by thenullLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().voidEnter a parse tree produced by thenumericLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().voidEnter a parse tree produced by theorlabeled alternative inSparkExpressionBaseParser.booleanExpression().voidEnter a parse tree produced by thepredicatedlabeled alternative inSparkExpressionBaseParser.booleanExpression().voidEnter a parse tree produced bySparkExpressionBaseParser.standaloneExpression().voidEnter a parse tree produced by thestringLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().voidEnter a parse tree produced by theunicodeStringLiterallabeled alternative inSparkExpressionBaseParser.string().voidEnter a parse tree produced by theunquotedIdentifierlabeled alternative inSparkExpressionBaseParser.identifier().voidEnter a parse tree produced by thevalueExpressionDefaultlabeled alternative inSparkExpressionBaseParser.valueExpression().voidExit a parse tree produced by theandlabeled alternative inSparkExpressionBaseParser.booleanExpression().voidExit a parse tree produced by thearithmeticBinarylabeled alternative inSparkExpressionBaseParser.valueExpression().voidExit a parse tree produced by thebackQuotedIdentifierlabeled alternative inSparkExpressionBaseParser.identifier().voidExit a parse tree produced by thebetweenlabeled alternative inSparkExpressionBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).voidExit a parse tree produced by thebooleanLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().voidExit a parse tree produced bySparkExpressionBaseParser.booleanValue().voidExit a parse tree produced by thecolumnReferencelabeled alternative inSparkExpressionBaseParser.primaryExpression().voidExit a parse tree produced by thecomparisonlabeled alternative inSparkExpressionBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).voidExit a parse tree produced bySparkExpressionBaseParser.comparisonOperator().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced bySparkExpressionBaseParser.expression().voidExit a parse tree produced by theintegerLiterallabeled alternative inSparkExpressionBaseParser.number().voidExit a parse tree produced by thenullLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().voidExit a parse tree produced by thenumericLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().voidExit a parse tree produced by theorlabeled alternative inSparkExpressionBaseParser.booleanExpression().voidExit a parse tree produced by thepredicatedlabeled alternative inSparkExpressionBaseParser.booleanExpression().voidExit a parse tree produced bySparkExpressionBaseParser.standaloneExpression().voidExit a parse tree produced by thestringLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().voidExit a parse tree produced by theunicodeStringLiterallabeled alternative inSparkExpressionBaseParser.string().voidExit a parse tree produced by theunquotedIdentifierlabeled alternative inSparkExpressionBaseParser.identifier().voidExit a parse tree produced by thevalueExpressionDefaultlabeled alternative inSparkExpressionBaseParser.valueExpression().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
SparkExpressionBaseBaseListener
public SparkExpressionBaseBaseListener()
-
-
Method Details
-
enterStandaloneExpression
Enter a parse tree produced bySparkExpressionBaseParser.standaloneExpression().The default implementation does nothing.
- Specified by:
enterStandaloneExpressionin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitStandaloneExpression
Exit a parse tree produced bySparkExpressionBaseParser.standaloneExpression().The default implementation does nothing.
- Specified by:
exitStandaloneExpressionin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced bySparkExpressionBaseParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced bySparkExpressionBaseParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterPredicated
Enter a parse tree produced by thepredicatedlabeled alternative inSparkExpressionBaseParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterPredicatedin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitPredicated
Exit a parse tree produced by thepredicatedlabeled alternative inSparkExpressionBaseParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitPredicatedin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterOr
Enter a parse tree produced by theorlabeled alternative inSparkExpressionBaseParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterOrin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitOr
Exit a parse tree produced by theorlabeled alternative inSparkExpressionBaseParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitOrin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterAnd
Enter a parse tree produced by theandlabeled alternative inSparkExpressionBaseParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterAndin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitAnd
Exit a parse tree produced by theandlabeled alternative inSparkExpressionBaseParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitAndin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterComparison
Enter a parse tree produced by thecomparisonlabeled alternative inSparkExpressionBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
enterComparisonin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitComparison
Exit a parse tree produced by thecomparisonlabeled alternative inSparkExpressionBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
exitComparisonin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterBetween
Enter a parse tree produced by thebetweenlabeled alternative inSparkExpressionBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
enterBetweenin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitBetween
Exit a parse tree produced by thebetweenlabeled alternative inSparkExpressionBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).The default implementation does nothing.
- Specified by:
exitBetweenin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterValueExpressionDefault
public void enterValueExpressionDefault(SparkExpressionBaseParser.ValueExpressionDefaultContext ctx) Enter a parse tree produced by thevalueExpressionDefaultlabeled alternative inSparkExpressionBaseParser.valueExpression().The default implementation does nothing.
- Specified by:
enterValueExpressionDefaultin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitValueExpressionDefault
Exit a parse tree produced by thevalueExpressionDefaultlabeled alternative inSparkExpressionBaseParser.valueExpression().The default implementation does nothing.
- Specified by:
exitValueExpressionDefaultin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterArithmeticBinary
Enter a parse tree produced by thearithmeticBinarylabeled alternative inSparkExpressionBaseParser.valueExpression().The default implementation does nothing.
- Specified by:
enterArithmeticBinaryin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitArithmeticBinary
Exit a parse tree produced by thearithmeticBinarylabeled alternative inSparkExpressionBaseParser.valueExpression().The default implementation does nothing.
- Specified by:
exitArithmeticBinaryin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterNumericLiteral
Enter a parse tree produced by thenumericLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterNumericLiteralin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitNumericLiteral
Exit a parse tree produced by thenumericLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitNumericLiteralin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterBooleanLiteral
Enter a parse tree produced by thebooleanLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterBooleanLiteralin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitBooleanLiteral
Exit a parse tree produced by thebooleanLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitBooleanLiteralin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterNullLiteral
Enter a parse tree produced by thenullLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterNullLiteralin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitNullLiteral
Exit a parse tree produced by thenullLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitNullLiteralin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterStringLiteral
Enter a parse tree produced by thestringLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterStringLiteralin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitStringLiteral
Exit a parse tree produced by thestringLiterallabeled alternative inSparkExpressionBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitStringLiteralin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterColumnReference
Enter a parse tree produced by thecolumnReferencelabeled alternative inSparkExpressionBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
enterColumnReferencein interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitColumnReference
Exit a parse tree produced by thecolumnReferencelabeled alternative inSparkExpressionBaseParser.primaryExpression().The default implementation does nothing.
- Specified by:
exitColumnReferencein interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterUnicodeStringLiteral
Enter a parse tree produced by theunicodeStringLiterallabeled alternative inSparkExpressionBaseParser.string().The default implementation does nothing.
- Specified by:
enterUnicodeStringLiteralin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitUnicodeStringLiteral
Exit a parse tree produced by theunicodeStringLiterallabeled alternative inSparkExpressionBaseParser.string().The default implementation does nothing.
- Specified by:
exitUnicodeStringLiteralin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterComparisonOperator
Enter a parse tree produced bySparkExpressionBaseParser.comparisonOperator().The default implementation does nothing.
- Specified by:
enterComparisonOperatorin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitComparisonOperator
Exit a parse tree produced bySparkExpressionBaseParser.comparisonOperator().The default implementation does nothing.
- Specified by:
exitComparisonOperatorin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterBooleanValue
Enter a parse tree produced bySparkExpressionBaseParser.booleanValue().The default implementation does nothing.
- Specified by:
enterBooleanValuein interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitBooleanValue
Exit a parse tree produced bySparkExpressionBaseParser.booleanValue().The default implementation does nothing.
- Specified by:
exitBooleanValuein interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterUnquotedIdentifier
Enter a parse tree produced by theunquotedIdentifierlabeled alternative inSparkExpressionBaseParser.identifier().The default implementation does nothing.
- Specified by:
enterUnquotedIdentifierin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitUnquotedIdentifier
Exit a parse tree produced by theunquotedIdentifierlabeled alternative inSparkExpressionBaseParser.identifier().The default implementation does nothing.
- Specified by:
exitUnquotedIdentifierin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterBackQuotedIdentifier
Enter a parse tree produced by thebackQuotedIdentifierlabeled alternative inSparkExpressionBaseParser.identifier().The default implementation does nothing.
- Specified by:
enterBackQuotedIdentifierin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitBackQuotedIdentifier
Exit a parse tree produced by thebackQuotedIdentifierlabeled alternative inSparkExpressionBaseParser.identifier().The default implementation does nothing.
- Specified by:
exitBackQuotedIdentifierin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
enterIntegerLiteral
Enter a parse tree produced by theintegerLiterallabeled alternative inSparkExpressionBaseParser.number().The default implementation does nothing.
- Specified by:
enterIntegerLiteralin interfaceSparkExpressionBaseListener- Parameters:
ctx- the parse tree
-
exitIntegerLiteral
Exit a parse tree produced by theintegerLiterallabeled alternative inSparkExpressionBaseParser.number().The default implementation does nothing.
- Specified by:
exitIntegerLiteralin interfaceSparkExpressionBaseListener- 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
-