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