Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Lambda

Classes

lambdaBaseListener

This class provides an empty implementation of IlambdaListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

lambdaBaseVisitor<Result>

This class provides an empty implementation of IlambdaVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

lambdaLexer

lambdaParser

lambdaParser.ApplicationContext

lambdaParser.ExpressionContext

lambdaParser.Function_Context

lambdaParser.ScopeContext

Interfaces

IlambdaListener

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

IlambdaVisitor<Result>

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

In This Article
Back to top Generated by DocFX