Class ExprBaseListener
- java.lang.Object
-
- org.apache.druid.math.expr.antlr.ExprBaseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,ExprListener
- Direct Known Subclasses:
ExprListenerImpl
public class ExprBaseListener extends Object implements ExprListener
This class provides an empty implementation ofExprListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description ExprBaseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenterAddSubExpr(ExprParser.AddSubExprContext ctx)Enter a parse tree produced by theaddSubExprlabeled alternative inExprParser.expr().voidenterApplyFunctionExpr(ExprParser.ApplyFunctionExprContext ctx)Enter a parse tree produced by theapplyFunctionExprlabeled alternative inExprParser.expr().voidenterDoubleArray(ExprParser.DoubleArrayContext ctx)Enter a parse tree produced by thedoubleArraylabeled alternative inExprParser.expr().voidenterDoubleExpr(ExprParser.DoubleExprContext ctx)Enter a parse tree produced by thedoubleExprlabeled alternative inExprParser.expr().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidenterExplicitArray(ExprParser.ExplicitArrayContext ctx)Enter a parse tree produced by theexplicitArraylabeled alternative inExprParser.expr().voidenterExplicitLongArray(ExprParser.ExplicitLongArrayContext ctx)Enter a parse tree produced by theexplicitLongArraylabeled alternative inExprParser.expr().voidenterExplicitStringArray(ExprParser.ExplicitStringArrayContext ctx)Enter a parse tree produced by theexplicitStringArraylabeled alternative inExprParser.expr().voidenterFunctionArgs(ExprParser.FunctionArgsContext ctx)Enter a parse tree produced by thefunctionArgslabeled alternative inExprParser.fnArgs().voidenterFunctionExpr(ExprParser.FunctionExprContext ctx)Enter a parse tree produced by thefunctionExprlabeled alternative inExprParser.expr().voidenterIdentifierExpr(ExprParser.IdentifierExprContext ctx)Enter a parse tree produced by theidentifierExprlabeled alternative inExprParser.expr().voidenterLambda(ExprParser.LambdaContext ctx)Enter a parse tree produced byExprParser.lambda().voidenterLiteralElement(ExprParser.LiteralElementContext ctx)Enter a parse tree produced byExprParser.literalElement().voidenterLogicalAndOrExpr(ExprParser.LogicalAndOrExprContext ctx)Enter a parse tree produced by thelogicalAndOrExprlabeled alternative inExprParser.expr().voidenterLogicalOpExpr(ExprParser.LogicalOpExprContext ctx)Enter a parse tree produced by thelogicalOpExprlabeled alternative inExprParser.expr().voidenterLongArray(ExprParser.LongArrayContext ctx)Enter a parse tree produced by thelongArraylabeled alternative inExprParser.expr().voidenterLongElement(ExprParser.LongElementContext ctx)Enter a parse tree produced byExprParser.longElement().voidenterLongExpr(ExprParser.LongExprContext ctx)Enter a parse tree produced by thelongExprlabeled alternative inExprParser.expr().voidenterMulDivModuloExpr(ExprParser.MulDivModuloExprContext ctx)Enter a parse tree produced by themulDivModuloExprlabeled alternative inExprParser.expr().voidenterNestedExpr(ExprParser.NestedExprContext ctx)Enter a parse tree produced by thenestedExprlabeled alternative inExprParser.expr().voidenterNull(ExprParser.NullContext ctx)Enter a parse tree produced by thenulllabeled alternative inExprParser.expr().voidenterNumericElement(ExprParser.NumericElementContext ctx)Enter a parse tree produced byExprParser.numericElement().voidenterPowOpExpr(ExprParser.PowOpExprContext ctx)Enter a parse tree produced by thepowOpExprlabeled alternative inExprParser.expr().voidenterStart(ExprParser.StartContext ctx)Enter a parse tree produced byExprParser.start().voidenterString(ExprParser.StringContext ctx)Enter a parse tree produced by thestringlabeled alternative inExprParser.expr().voidenterStringArray(ExprParser.StringArrayContext ctx)Enter a parse tree produced by thestringArraylabeled alternative inExprParser.expr().voidenterStringElement(ExprParser.StringElementContext ctx)Enter a parse tree produced byExprParser.stringElement().voidenterUnaryOpExpr(ExprParser.UnaryOpExprContext ctx)Enter a parse tree produced by theunaryOpExprlabeled alternative inExprParser.expr().voidexitAddSubExpr(ExprParser.AddSubExprContext ctx)Exit a parse tree produced by theaddSubExprlabeled alternative inExprParser.expr().voidexitApplyFunctionExpr(ExprParser.ApplyFunctionExprContext ctx)Exit a parse tree produced by theapplyFunctionExprlabeled alternative inExprParser.expr().voidexitDoubleArray(ExprParser.DoubleArrayContext ctx)Exit a parse tree produced by thedoubleArraylabeled alternative inExprParser.expr().voidexitDoubleExpr(ExprParser.DoubleExprContext ctx)Exit a parse tree produced by thedoubleExprlabeled alternative inExprParser.expr().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidexitExplicitArray(ExprParser.ExplicitArrayContext ctx)Exit a parse tree produced by theexplicitArraylabeled alternative inExprParser.expr().voidexitExplicitLongArray(ExprParser.ExplicitLongArrayContext ctx)Exit a parse tree produced by theexplicitLongArraylabeled alternative inExprParser.expr().voidexitExplicitStringArray(ExprParser.ExplicitStringArrayContext ctx)Exit a parse tree produced by theexplicitStringArraylabeled alternative inExprParser.expr().voidexitFunctionArgs(ExprParser.FunctionArgsContext ctx)Exit a parse tree produced by thefunctionArgslabeled alternative inExprParser.fnArgs().voidexitFunctionExpr(ExprParser.FunctionExprContext ctx)Exit a parse tree produced by thefunctionExprlabeled alternative inExprParser.expr().voidexitIdentifierExpr(ExprParser.IdentifierExprContext ctx)Exit a parse tree produced by theidentifierExprlabeled alternative inExprParser.expr().voidexitLambda(ExprParser.LambdaContext ctx)Exit a parse tree produced byExprParser.lambda().voidexitLiteralElement(ExprParser.LiteralElementContext ctx)Exit a parse tree produced byExprParser.literalElement().voidexitLogicalAndOrExpr(ExprParser.LogicalAndOrExprContext ctx)Exit a parse tree produced by thelogicalAndOrExprlabeled alternative inExprParser.expr().voidexitLogicalOpExpr(ExprParser.LogicalOpExprContext ctx)Exit a parse tree produced by thelogicalOpExprlabeled alternative inExprParser.expr().voidexitLongArray(ExprParser.LongArrayContext ctx)Exit a parse tree produced by thelongArraylabeled alternative inExprParser.expr().voidexitLongElement(ExprParser.LongElementContext ctx)Exit a parse tree produced byExprParser.longElement().voidexitLongExpr(ExprParser.LongExprContext ctx)Exit a parse tree produced by thelongExprlabeled alternative inExprParser.expr().voidexitMulDivModuloExpr(ExprParser.MulDivModuloExprContext ctx)Exit a parse tree produced by themulDivModuloExprlabeled alternative inExprParser.expr().voidexitNestedExpr(ExprParser.NestedExprContext ctx)Exit a parse tree produced by thenestedExprlabeled alternative inExprParser.expr().voidexitNull(ExprParser.NullContext ctx)Exit a parse tree produced by thenulllabeled alternative inExprParser.expr().voidexitNumericElement(ExprParser.NumericElementContext ctx)Exit a parse tree produced byExprParser.numericElement().voidexitPowOpExpr(ExprParser.PowOpExprContext ctx)Exit a parse tree produced by thepowOpExprlabeled alternative inExprParser.expr().voidexitStart(ExprParser.StartContext ctx)Exit a parse tree produced byExprParser.start().voidexitString(ExprParser.StringContext ctx)Exit a parse tree produced by thestringlabeled alternative inExprParser.expr().voidexitStringArray(ExprParser.StringArrayContext ctx)Exit a parse tree produced by thestringArraylabeled alternative inExprParser.expr().voidexitStringElement(ExprParser.StringElementContext ctx)Exit a parse tree produced byExprParser.stringElement().voidexitUnaryOpExpr(ExprParser.UnaryOpExprContext ctx)Exit a parse tree produced by theunaryOpExprlabeled alternative inExprParser.expr().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
-
-
Method Detail
-
enterStart
public void enterStart(ExprParser.StartContext ctx)
Enter a parse tree produced byExprParser.start().The default implementation does nothing.
- Specified by:
enterStartin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitStart
public void exitStart(ExprParser.StartContext ctx)
Exit a parse tree produced byExprParser.start().The default implementation does nothing.
- Specified by:
exitStartin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterApplyFunctionExpr
public void enterApplyFunctionExpr(ExprParser.ApplyFunctionExprContext ctx)
Enter a parse tree produced by theapplyFunctionExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterApplyFunctionExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitApplyFunctionExpr
public void exitApplyFunctionExpr(ExprParser.ApplyFunctionExprContext ctx)
Exit a parse tree produced by theapplyFunctionExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitApplyFunctionExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterDoubleExpr
public void enterDoubleExpr(ExprParser.DoubleExprContext ctx)
Enter a parse tree produced by thedoubleExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterDoubleExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitDoubleExpr
public void exitDoubleExpr(ExprParser.DoubleExprContext ctx)
Exit a parse tree produced by thedoubleExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitDoubleExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterDoubleArray
public void enterDoubleArray(ExprParser.DoubleArrayContext ctx)
Enter a parse tree produced by thedoubleArraylabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterDoubleArrayin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitDoubleArray
public void exitDoubleArray(ExprParser.DoubleArrayContext ctx)
Exit a parse tree produced by thedoubleArraylabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitDoubleArrayin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterAddSubExpr
public void enterAddSubExpr(ExprParser.AddSubExprContext ctx)
Enter a parse tree produced by theaddSubExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterAddSubExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitAddSubExpr
public void exitAddSubExpr(ExprParser.AddSubExprContext ctx)
Exit a parse tree produced by theaddSubExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitAddSubExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterString
public void enterString(ExprParser.StringContext ctx)
Enter a parse tree produced by thestringlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterStringin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitString
public void exitString(ExprParser.StringContext ctx)
Exit a parse tree produced by thestringlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitStringin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterLongExpr
public void enterLongExpr(ExprParser.LongExprContext ctx)
Enter a parse tree produced by thelongExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterLongExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitLongExpr
public void exitLongExpr(ExprParser.LongExprContext ctx)
Exit a parse tree produced by thelongExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitLongExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterExplicitStringArray
public void enterExplicitStringArray(ExprParser.ExplicitStringArrayContext ctx)
Enter a parse tree produced by theexplicitStringArraylabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterExplicitStringArrayin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitExplicitStringArray
public void exitExplicitStringArray(ExprParser.ExplicitStringArrayContext ctx)
Exit a parse tree produced by theexplicitStringArraylabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitExplicitStringArrayin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterLogicalAndOrExpr
public void enterLogicalAndOrExpr(ExprParser.LogicalAndOrExprContext ctx)
Enter a parse tree produced by thelogicalAndOrExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterLogicalAndOrExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitLogicalAndOrExpr
public void exitLogicalAndOrExpr(ExprParser.LogicalAndOrExprContext ctx)
Exit a parse tree produced by thelogicalAndOrExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitLogicalAndOrExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterLongArray
public void enterLongArray(ExprParser.LongArrayContext ctx)
Enter a parse tree produced by thelongArraylabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterLongArrayin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitLongArray
public void exitLongArray(ExprParser.LongArrayContext ctx)
Exit a parse tree produced by thelongArraylabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitLongArrayin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterNestedExpr
public void enterNestedExpr(ExprParser.NestedExprContext ctx)
Enter a parse tree produced by thenestedExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterNestedExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitNestedExpr
public void exitNestedExpr(ExprParser.NestedExprContext ctx)
Exit a parse tree produced by thenestedExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitNestedExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterLogicalOpExpr
public void enterLogicalOpExpr(ExprParser.LogicalOpExprContext ctx)
Enter a parse tree produced by thelogicalOpExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterLogicalOpExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitLogicalOpExpr
public void exitLogicalOpExpr(ExprParser.LogicalOpExprContext ctx)
Exit a parse tree produced by thelogicalOpExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitLogicalOpExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterFunctionExpr
public void enterFunctionExpr(ExprParser.FunctionExprContext ctx)
Enter a parse tree produced by thefunctionExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterFunctionExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitFunctionExpr
public void exitFunctionExpr(ExprParser.FunctionExprContext ctx)
Exit a parse tree produced by thefunctionExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitFunctionExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterExplicitLongArray
public void enterExplicitLongArray(ExprParser.ExplicitLongArrayContext ctx)
Enter a parse tree produced by theexplicitLongArraylabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterExplicitLongArrayin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitExplicitLongArray
public void exitExplicitLongArray(ExprParser.ExplicitLongArrayContext ctx)
Exit a parse tree produced by theexplicitLongArraylabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitExplicitLongArrayin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterUnaryOpExpr
public void enterUnaryOpExpr(ExprParser.UnaryOpExprContext ctx)
Enter a parse tree produced by theunaryOpExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterUnaryOpExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitUnaryOpExpr
public void exitUnaryOpExpr(ExprParser.UnaryOpExprContext ctx)
Exit a parse tree produced by theunaryOpExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitUnaryOpExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterNull
public void enterNull(ExprParser.NullContext ctx)
Enter a parse tree produced by thenulllabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterNullin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitNull
public void exitNull(ExprParser.NullContext ctx)
Exit a parse tree produced by thenulllabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitNullin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterExplicitArray
public void enterExplicitArray(ExprParser.ExplicitArrayContext ctx)
Enter a parse tree produced by theexplicitArraylabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterExplicitArrayin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitExplicitArray
public void exitExplicitArray(ExprParser.ExplicitArrayContext ctx)
Exit a parse tree produced by theexplicitArraylabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitExplicitArrayin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterStringArray
public void enterStringArray(ExprParser.StringArrayContext ctx)
Enter a parse tree produced by thestringArraylabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterStringArrayin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitStringArray
public void exitStringArray(ExprParser.StringArrayContext ctx)
Exit a parse tree produced by thestringArraylabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitStringArrayin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterMulDivModuloExpr
public void enterMulDivModuloExpr(ExprParser.MulDivModuloExprContext ctx)
Enter a parse tree produced by themulDivModuloExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterMulDivModuloExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitMulDivModuloExpr
public void exitMulDivModuloExpr(ExprParser.MulDivModuloExprContext ctx)
Exit a parse tree produced by themulDivModuloExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitMulDivModuloExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterPowOpExpr
public void enterPowOpExpr(ExprParser.PowOpExprContext ctx)
Enter a parse tree produced by thepowOpExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterPowOpExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitPowOpExpr
public void exitPowOpExpr(ExprParser.PowOpExprContext ctx)
Exit a parse tree produced by thepowOpExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitPowOpExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterIdentifierExpr
public void enterIdentifierExpr(ExprParser.IdentifierExprContext ctx)
Enter a parse tree produced by theidentifierExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
enterIdentifierExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitIdentifierExpr
public void exitIdentifierExpr(ExprParser.IdentifierExprContext ctx)
Exit a parse tree produced by theidentifierExprlabeled alternative inExprParser.expr().The default implementation does nothing.
- Specified by:
exitIdentifierExprin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterLambda
public void enterLambda(ExprParser.LambdaContext ctx)
Enter a parse tree produced byExprParser.lambda().The default implementation does nothing.
- Specified by:
enterLambdain interfaceExprListener- Parameters:
ctx- the parse tree
-
exitLambda
public void exitLambda(ExprParser.LambdaContext ctx)
Exit a parse tree produced byExprParser.lambda().The default implementation does nothing.
- Specified by:
exitLambdain interfaceExprListener- Parameters:
ctx- the parse tree
-
enterFunctionArgs
public void enterFunctionArgs(ExprParser.FunctionArgsContext ctx)
Enter a parse tree produced by thefunctionArgslabeled alternative inExprParser.fnArgs().The default implementation does nothing.
- Specified by:
enterFunctionArgsin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitFunctionArgs
public void exitFunctionArgs(ExprParser.FunctionArgsContext ctx)
Exit a parse tree produced by thefunctionArgslabeled alternative inExprParser.fnArgs().The default implementation does nothing.
- Specified by:
exitFunctionArgsin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterStringElement
public void enterStringElement(ExprParser.StringElementContext ctx)
Enter a parse tree produced byExprParser.stringElement().The default implementation does nothing.
- Specified by:
enterStringElementin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitStringElement
public void exitStringElement(ExprParser.StringElementContext ctx)
Exit a parse tree produced byExprParser.stringElement().The default implementation does nothing.
- Specified by:
exitStringElementin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterLongElement
public void enterLongElement(ExprParser.LongElementContext ctx)
Enter a parse tree produced byExprParser.longElement().The default implementation does nothing.
- Specified by:
enterLongElementin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitLongElement
public void exitLongElement(ExprParser.LongElementContext ctx)
Exit a parse tree produced byExprParser.longElement().The default implementation does nothing.
- Specified by:
exitLongElementin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterNumericElement
public void enterNumericElement(ExprParser.NumericElementContext ctx)
Enter a parse tree produced byExprParser.numericElement().The default implementation does nothing.
- Specified by:
enterNumericElementin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitNumericElement
public void exitNumericElement(ExprParser.NumericElementContext ctx)
Exit a parse tree produced byExprParser.numericElement().The default implementation does nothing.
- Specified by:
exitNumericElementin interfaceExprListener- Parameters:
ctx- the parse tree
-
enterLiteralElement
public void enterLiteralElement(ExprParser.LiteralElementContext ctx)
Enter a parse tree produced byExprParser.literalElement().The default implementation does nothing.
- Specified by:
enterLiteralElementin interfaceExprListener- Parameters:
ctx- the parse tree
-
exitLiteralElement
public void exitLiteralElement(ExprParser.LiteralElementContext ctx)
Exit a parse tree produced byExprParser.literalElement().The default implementation does nothing.
- Specified by:
exitLiteralElementin interfaceExprListener- 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
-
-