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, visitTerminal
public void exitUnaryOpExpr(ExprParser.UnaryOpExprContext ctx)
ExprBaseListener
unaryOpExpr
labeled alternative in ExprParser.expr()
.
The default implementation does nothing.
exitUnaryOpExpr
in interface ExprListener
exitUnaryOpExpr
in class ExprBaseListener
ctx
- the parse treepublic void exitDoubleExpr(ExprParser.DoubleExprContext ctx)
ExprBaseListener
doubleExpr
labeled alternative in ExprParser.expr()
.
The default implementation does nothing.
exitDoubleExpr
in interface ExprListener
exitDoubleExpr
in class ExprBaseListener
ctx
- the parse treepublic void exitAddSubExpr(ExprParser.AddSubExprContext ctx)
ExprBaseListener
addSubExpr
labeled alternative in ExprParser.expr()
.
The default implementation does nothing.
exitAddSubExpr
in interface ExprListener
exitAddSubExpr
in class ExprBaseListener
ctx
- the parse treepublic void exitLongExpr(ExprParser.LongExprContext ctx)
ExprBaseListener
longExpr
labeled alternative in ExprParser.expr()
.
The default implementation does nothing.
exitLongExpr
in interface ExprListener
exitLongExpr
in class ExprBaseListener
ctx
- the parse treepublic void exitLogicalAndOrExpr(ExprParser.LogicalAndOrExprContext ctx)
ExprBaseListener
logicalAndOrExpr
labeled alternative in ExprParser.expr()
.
The default implementation does nothing.
exitLogicalAndOrExpr
in interface ExprListener
exitLogicalAndOrExpr
in class ExprBaseListener
ctx
- the parse treepublic void exitNestedExpr(ExprParser.NestedExprContext ctx)
ExprBaseListener
nestedExpr
labeled alternative in ExprParser.expr()
.
The default implementation does nothing.
exitNestedExpr
in interface ExprListener
exitNestedExpr
in class ExprBaseListener
ctx
- the parse treepublic void exitString(ExprParser.StringContext ctx)
ExprBaseListener
string
labeled alternative in ExprParser.expr()
.
The default implementation does nothing.
exitString
in interface ExprListener
exitString
in class ExprBaseListener
ctx
- the parse treepublic void exitLogicalOpExpr(ExprParser.LogicalOpExprContext ctx)
ExprBaseListener
logicalOpExpr
labeled alternative in ExprParser.expr()
.
The default implementation does nothing.
exitLogicalOpExpr
in interface ExprListener
exitLogicalOpExpr
in class ExprBaseListener
ctx
- the parse treepublic void exitMulDivModuloExpr(ExprParser.MulDivModuloExprContext ctx)
ExprBaseListener
mulDivModuloExpr
labeled alternative in ExprParser.expr()
.
The default implementation does nothing.
exitMulDivModuloExpr
in interface ExprListener
exitMulDivModuloExpr
in class ExprBaseListener
ctx
- the parse treepublic void exitPowOpExpr(ExprParser.PowOpExprContext ctx)
ExprBaseListener
powOpExpr
labeled alternative in ExprParser.expr()
.
The default implementation does nothing.
exitPowOpExpr
in interface ExprListener
exitPowOpExpr
in class ExprBaseListener
ctx
- the parse treepublic void exitFunctionExpr(ExprParser.FunctionExprContext ctx)
ExprBaseListener
functionExpr
labeled alternative in ExprParser.expr()
.
The default implementation does nothing.
exitFunctionExpr
in interface ExprListener
exitFunctionExpr
in class ExprBaseListener
ctx
- the parse treepublic void exitIdentifierExpr(ExprParser.IdentifierExprContext ctx)
ExprBaseListener
identifierExpr
labeled alternative in ExprParser.expr()
.
The default implementation does nothing.
exitIdentifierExpr
in interface ExprListener
exitIdentifierExpr
in class ExprBaseListener
ctx
- the parse treepublic void exitFunctionArgs(ExprParser.FunctionArgsContext ctx)
ExprBaseListener
functionArgs
labeled alternative in ExprParser.fnArgs()
.
The default implementation does nothing.
exitFunctionArgs
in interface ExprListener
exitFunctionArgs
in class ExprBaseListener
ctx
- the parse treeCopyright © 2011–2017. All rights reserved.