public interface ExprListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
ExprParser
.Modifier and Type | Method and Description |
---|---|
void |
enterAddSubExpr(ExprParser.AddSubExprContext ctx)
Enter a parse tree produced by the
addSubExpr
labeled alternative in ExprParser.expr() . |
void |
enterDoubleExpr(ExprParser.DoubleExprContext ctx)
Enter a parse tree produced by the
doubleExpr
labeled alternative in ExprParser.expr() . |
void |
enterFunctionArgs(ExprParser.FunctionArgsContext ctx)
Enter a parse tree produced by the
functionArgs
labeled alternative in ExprParser.fnArgs() . |
void |
enterFunctionExpr(ExprParser.FunctionExprContext ctx)
Enter a parse tree produced by the
functionExpr
labeled alternative in ExprParser.expr() . |
void |
enterIdentifierExpr(ExprParser.IdentifierExprContext ctx)
Enter a parse tree produced by the
identifierExpr
labeled alternative in ExprParser.expr() . |
void |
enterLogicalAndOrExpr(ExprParser.LogicalAndOrExprContext ctx)
Enter a parse tree produced by the
logicalAndOrExpr
labeled alternative in ExprParser.expr() . |
void |
enterLogicalOpExpr(ExprParser.LogicalOpExprContext ctx)
Enter a parse tree produced by the
logicalOpExpr
labeled alternative in ExprParser.expr() . |
void |
enterLongExpr(ExprParser.LongExprContext ctx)
Enter a parse tree produced by the
longExpr
labeled alternative in ExprParser.expr() . |
void |
enterMulDivModuloExpr(ExprParser.MulDivModuloExprContext ctx)
Enter a parse tree produced by the
mulDivModuloExpr
labeled alternative in ExprParser.expr() . |
void |
enterNestedExpr(ExprParser.NestedExprContext ctx)
Enter a parse tree produced by the
nestedExpr
labeled alternative in ExprParser.expr() . |
void |
enterPowOpExpr(ExprParser.PowOpExprContext ctx)
Enter a parse tree produced by the
powOpExpr
labeled alternative in ExprParser.expr() . |
void |
enterString(ExprParser.StringContext ctx)
Enter a parse tree produced by the
string
labeled alternative in ExprParser.expr() . |
void |
enterUnaryOpExpr(ExprParser.UnaryOpExprContext ctx)
Enter a parse tree produced by the
unaryOpExpr
labeled alternative in ExprParser.expr() . |
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() . |
void enterUnaryOpExpr(ExprParser.UnaryOpExprContext ctx)
unaryOpExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid exitUnaryOpExpr(ExprParser.UnaryOpExprContext ctx)
unaryOpExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid enterDoubleExpr(ExprParser.DoubleExprContext ctx)
doubleExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid exitDoubleExpr(ExprParser.DoubleExprContext ctx)
doubleExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid enterAddSubExpr(ExprParser.AddSubExprContext ctx)
addSubExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid exitAddSubExpr(ExprParser.AddSubExprContext ctx)
addSubExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid enterString(ExprParser.StringContext ctx)
string
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid exitString(ExprParser.StringContext ctx)
string
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid enterLongExpr(ExprParser.LongExprContext ctx)
longExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid exitLongExpr(ExprParser.LongExprContext ctx)
longExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid enterLogicalAndOrExpr(ExprParser.LogicalAndOrExprContext ctx)
logicalAndOrExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid exitLogicalAndOrExpr(ExprParser.LogicalAndOrExprContext ctx)
logicalAndOrExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid enterNestedExpr(ExprParser.NestedExprContext ctx)
nestedExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid exitNestedExpr(ExprParser.NestedExprContext ctx)
nestedExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid enterLogicalOpExpr(ExprParser.LogicalOpExprContext ctx)
logicalOpExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid exitLogicalOpExpr(ExprParser.LogicalOpExprContext ctx)
logicalOpExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid enterMulDivModuloExpr(ExprParser.MulDivModuloExprContext ctx)
mulDivModuloExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid exitMulDivModuloExpr(ExprParser.MulDivModuloExprContext ctx)
mulDivModuloExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid enterPowOpExpr(ExprParser.PowOpExprContext ctx)
powOpExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid exitPowOpExpr(ExprParser.PowOpExprContext ctx)
powOpExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid enterFunctionExpr(ExprParser.FunctionExprContext ctx)
functionExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid exitFunctionExpr(ExprParser.FunctionExprContext ctx)
functionExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid enterIdentifierExpr(ExprParser.IdentifierExprContext ctx)
identifierExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid exitIdentifierExpr(ExprParser.IdentifierExprContext ctx)
identifierExpr
labeled alternative in ExprParser.expr()
.ctx
- the parse treevoid enterFunctionArgs(ExprParser.FunctionArgsContext ctx)
functionArgs
labeled alternative in ExprParser.fnArgs()
.ctx
- the parse treevoid exitFunctionArgs(ExprParser.FunctionArgsContext ctx)
functionArgs
labeled alternative in ExprParser.fnArgs()
.ctx
- the parse treeCopyright © 2011–2017. All rights reserved.