public interface LambdaListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
LambdaParser
.void enterEval(LambdaParser.EvalContext ctx)
LambdaParser.eval()
.ctx
- the parse treevoid exitEval(LambdaParser.EvalContext ctx)
LambdaParser.eval()
.ctx
- the parse treevoid enterLambdaExpression(LambdaParser.LambdaExpressionContext ctx)
LambdaParser.lambdaExpression()
.ctx
- the parse treevoid exitLambdaExpression(LambdaParser.LambdaExpressionContext ctx)
LambdaParser.lambdaExpression()
.ctx
- the parse treevoid enterAnyExpression(LambdaParser.AnyExpressionContext ctx)
LambdaParser.anyExpression()
.ctx
- the parse treevoid exitAnyExpression(LambdaParser.AnyExpressionContext ctx)
LambdaParser.anyExpression()
.ctx
- the parse treevoid enterArithmeticExpressionE(LambdaParser.ArithmeticExpressionEContext ctx)
LambdaParser.arithmeticExpressionE()
.ctx
- the parse treevoid exitArithmeticExpressionE(LambdaParser.ArithmeticExpressionEContext ctx)
LambdaParser.arithmeticExpressionE()
.ctx
- the parse treevoid enterBooleanExpressionB(LambdaParser.BooleanExpressionBContext ctx)
LambdaParser.booleanExpressionB()
.ctx
- the parse treevoid exitBooleanExpressionB(LambdaParser.BooleanExpressionBContext ctx)
LambdaParser.booleanExpressionB()
.ctx
- the parse treevoid enterProductExpressionT(LambdaParser.ProductExpressionTContext ctx)
LambdaParser.productExpressionT()
.ctx
- the parse treevoid exitProductExpressionT(LambdaParser.ProductExpressionTContext ctx)
LambdaParser.productExpressionT()
.ctx
- the parse treevoid enterBasicExpressionF(LambdaParser.BasicExpressionFContext ctx)
LambdaParser.basicExpressionF()
.ctx
- the parse treevoid exitBasicExpressionF(LambdaParser.BasicExpressionFContext ctx)
LambdaParser.basicExpressionF()
.ctx
- the parse treevoid enterComplexIdentifier(LambdaParser.ComplexIdentifierContext ctx)
LambdaParser.complexIdentifier()
.ctx
- the parse treevoid exitComplexIdentifier(LambdaParser.ComplexIdentifierContext ctx)
LambdaParser.complexIdentifier()
.ctx
- the parse treevoid enterFunction(LambdaParser.FunctionContext ctx)
LambdaParser.function()
.ctx
- the parse treevoid exitFunction(LambdaParser.FunctionContext ctx)
LambdaParser.function()
.ctx
- the parse tree