Show / Hide Table of Contents

Interface IlambdaListener

This interface defines a complete listener for a parse tree produced by lambdaParser.

Namespace: GCore.Antlr.Grammers.Lambda
Assembly: Lambda.dll
Syntax
public interface IlambdaListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterApplication(lambdaParser.ApplicationContext)

Enter a parse tree produced by application().

Declaration
void EnterApplication(lambdaParser.ApplicationContext context)
Parameters
Type Name Description
lambdaParser.ApplicationContext context

The parse tree.

| Improve this Doc View Source

EnterExpression(lambdaParser.ExpressionContext)

Enter a parse tree produced by expression().

Declaration
void EnterExpression(lambdaParser.ExpressionContext context)
Parameters
Type Name Description
lambdaParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_(lambdaParser.Function_Context)

Enter a parse tree produced by function_().

Declaration
void EnterFunction_(lambdaParser.Function_Context context)
Parameters
Type Name Description
lambdaParser.Function_Context context

The parse tree.

| Improve this Doc View Source

EnterScope(lambdaParser.ScopeContext)

Enter a parse tree produced by scope().

Declaration
void EnterScope(lambdaParser.ScopeContext context)
Parameters
Type Name Description
lambdaParser.ScopeContext context

The parse tree.

| Improve this Doc View Source

ExitApplication(lambdaParser.ApplicationContext)

Exit a parse tree produced by application().

Declaration
void ExitApplication(lambdaParser.ApplicationContext context)
Parameters
Type Name Description
lambdaParser.ApplicationContext context

The parse tree.

| Improve this Doc View Source

ExitExpression(lambdaParser.ExpressionContext)

Exit a parse tree produced by expression().

Declaration
void ExitExpression(lambdaParser.ExpressionContext context)
Parameters
Type Name Description
lambdaParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_(lambdaParser.Function_Context)

Exit a parse tree produced by function_().

Declaration
void ExitFunction_(lambdaParser.Function_Context context)
Parameters
Type Name Description
lambdaParser.Function_Context context

The parse tree.

| Improve this Doc View Source

ExitScope(lambdaParser.ScopeContext)

Exit a parse tree produced by scope().

Declaration
void ExitScope(lambdaParser.ScopeContext context)
Parameters
Type Name Description
lambdaParser.ScopeContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX