public class ExprListenerImpl extends ExprBaseListener
| Modifier and Type | Method and Description |
|---|---|
void |
exitAddSubExpr(ExprParser.AddSubExprContext ctx)
Exit a parse tree produced by the
addSubExpr
labeled alternative in ExprParser.expr(). |
void |
exitDoubleExpr(ExprParser.DoubleExprContext ctx)
Exit a parse tree produced by the
doubleExpr
labeled alternative in ExprParser.expr(). |
void |
exitFunctionArgs(ExprParser.FunctionArgsContext ctx)
Exit a parse tree produced by the
functionArgs
labeled alternative in ExprParser.fnArgs(). |
void |
exitFunctionExpr(ExprParser.FunctionExprContext ctx)
Exit a parse tree produced by the
functionExpr
labeled alternative in ExprParser.expr(). |
void |
exitIdentifierExpr(ExprParser.IdentifierExprContext ctx)
Exit a parse tree produced by the
identifierExpr
labeled alternative in ExprParser.expr(). |
void |
exitLogicalAndOrExpr(ExprParser.LogicalAndOrExprContext ctx)
Exit a parse tree produced by the
logicalAndOrExpr
labeled alternative in ExprParser.expr(). |
void |
exitLogicalOpExpr(ExprParser.LogicalOpExprContext ctx)
Exit a parse tree produced by the
logicalOpExpr
labeled alternative in ExprParser.expr(). |
void |
exitLongExpr(ExprParser.LongExprContext ctx)
Exit a parse tree produced by the
longExpr
labeled alternative in ExprParser.expr(). |
void |
exitMulDivModuloExpr(ExprParser.MulDivModuloExprContext ctx)
Exit a parse tree produced by the
mulDivModuloExpr
labeled alternative in ExprParser.expr(). |
void |
exitNestedExpr(ExprParser.NestedExprContext ctx)
Exit a parse tree produced by the
nestedExpr
labeled alternative in ExprParser.expr(). |
void |
exitPowOpExpr(ExprParser.PowOpExprContext ctx)
Exit a parse tree produced by the
powOpExpr
labeled alternative in ExprParser.expr(). |
void |
exitString(ExprParser.StringContext ctx)
Exit a parse tree produced by the
string
labeled alternative in ExprParser.expr(). |
void |
exitUnaryOpExpr(ExprParser.UnaryOpExprContext ctx)
Exit a parse tree produced by the
unaryOpExpr
labeled alternative in ExprParser.expr(). |
enterAddSubExpr, enterDoubleExpr, enterEveryRule, enterFunctionArgs, enterFunctionExpr, enterIdentifierExpr, enterLogicalAndOrExpr, enterLogicalOpExpr, enterLongExpr, enterMulDivModuloExpr, enterNestedExpr, enterPowOpExpr, enterString, enterUnaryOpExpr, exitEveryRule, visitErrorNode, visitTerminalpublic void exitUnaryOpExpr(ExprParser.UnaryOpExprContext ctx)
ExprBaseListenerunaryOpExpr
labeled alternative in ExprParser.expr().
The default implementation does nothing.
exitUnaryOpExpr in interface ExprListenerexitUnaryOpExpr in class ExprBaseListenerctx - the parse treepublic void exitDoubleExpr(ExprParser.DoubleExprContext ctx)
ExprBaseListenerdoubleExpr
labeled alternative in ExprParser.expr().
The default implementation does nothing.
exitDoubleExpr in interface ExprListenerexitDoubleExpr in class ExprBaseListenerctx - the parse treepublic void exitAddSubExpr(ExprParser.AddSubExprContext ctx)
ExprBaseListeneraddSubExpr
labeled alternative in ExprParser.expr().
The default implementation does nothing.
exitAddSubExpr in interface ExprListenerexitAddSubExpr in class ExprBaseListenerctx - the parse treepublic void exitLongExpr(ExprParser.LongExprContext ctx)
ExprBaseListenerlongExpr
labeled alternative in ExprParser.expr().
The default implementation does nothing.
exitLongExpr in interface ExprListenerexitLongExpr in class ExprBaseListenerctx - the parse treepublic void exitLogicalAndOrExpr(ExprParser.LogicalAndOrExprContext ctx)
ExprBaseListenerlogicalAndOrExpr
labeled alternative in ExprParser.expr().
The default implementation does nothing.
exitLogicalAndOrExpr in interface ExprListenerexitLogicalAndOrExpr in class ExprBaseListenerctx - the parse treepublic void exitNestedExpr(ExprParser.NestedExprContext ctx)
ExprBaseListenernestedExpr
labeled alternative in ExprParser.expr().
The default implementation does nothing.
exitNestedExpr in interface ExprListenerexitNestedExpr in class ExprBaseListenerctx - the parse treepublic void exitString(ExprParser.StringContext ctx)
ExprBaseListenerstring
labeled alternative in ExprParser.expr().
The default implementation does nothing.
exitString in interface ExprListenerexitString in class ExprBaseListenerctx - the parse treepublic void exitLogicalOpExpr(ExprParser.LogicalOpExprContext ctx)
ExprBaseListenerlogicalOpExpr
labeled alternative in ExprParser.expr().
The default implementation does nothing.
exitLogicalOpExpr in interface ExprListenerexitLogicalOpExpr in class ExprBaseListenerctx - the parse treepublic void exitMulDivModuloExpr(ExprParser.MulDivModuloExprContext ctx)
ExprBaseListenermulDivModuloExpr
labeled alternative in ExprParser.expr().
The default implementation does nothing.
exitMulDivModuloExpr in interface ExprListenerexitMulDivModuloExpr in class ExprBaseListenerctx - the parse treepublic void exitPowOpExpr(ExprParser.PowOpExprContext ctx)
ExprBaseListenerpowOpExpr
labeled alternative in ExprParser.expr().
The default implementation does nothing.
exitPowOpExpr in interface ExprListenerexitPowOpExpr in class ExprBaseListenerctx - the parse treepublic void exitFunctionExpr(ExprParser.FunctionExprContext ctx)
ExprBaseListenerfunctionExpr
labeled alternative in ExprParser.expr().
The default implementation does nothing.
exitFunctionExpr in interface ExprListenerexitFunctionExpr in class ExprBaseListenerctx - the parse treepublic void exitIdentifierExpr(ExprParser.IdentifierExprContext ctx)
ExprBaseListeneridentifierExpr
labeled alternative in ExprParser.expr().
The default implementation does nothing.
exitIdentifierExpr in interface ExprListenerexitIdentifierExpr in class ExprBaseListenerctx - the parse treepublic void exitFunctionArgs(ExprParser.FunctionArgsContext ctx)
ExprBaseListenerfunctionArgs
labeled alternative in ExprParser.fnArgs().
The default implementation does nothing.
exitFunctionArgs in interface ExprListenerexitFunctionArgs in class ExprBaseListenerctx - the parse treeCopyright © 2011–2017. All rights reserved.