Show / Hide Table of Contents

Interface IBSLListener

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

Namespace: GCore.Antlr.Grammers.RacketBsl
Assembly: RacketBsl.dll
Syntax
public interface IBSLListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterDefinition(BSLParser.DefinitionContext)

Enter a parse tree produced by definition().

Declaration
void EnterDefinition(BSLParser.DefinitionContext context)
Parameters
Type Name Description
BSLParser.DefinitionContext context

The parse tree.

| Improve this Doc View Source

EnterDefOrExpr(BSLParser.DefOrExprContext)

Enter a parse tree produced by defOrExpr().

Declaration
void EnterDefOrExpr(BSLParser.DefOrExprContext context)
Parameters
Type Name Description
BSLParser.DefOrExprContext context

The parse tree.

| Improve this Doc View Source

EnterExpr(BSLParser.ExprContext)

Enter a parse tree produced by expr().

Declaration
void EnterExpr(BSLParser.ExprContext context)
Parameters
Type Name Description
BSLParser.ExprContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryRequire(BSLParser.LibraryRequireContext)

Enter a parse tree produced by libraryRequire().

Declaration
void EnterLibraryRequire(BSLParser.LibraryRequireContext context)
Parameters
Type Name Description
BSLParser.LibraryRequireContext context

The parse tree.

| Improve this Doc View Source

EnterName(BSLParser.NameContext)

Enter a parse tree produced by name().

Declaration
void EnterName(BSLParser.NameContext context)
Parameters
Type Name Description
BSLParser.NameContext context

The parse tree.

| Improve this Doc View Source

EnterPkg(BSLParser.PkgContext)

Enter a parse tree produced by pkg().

Declaration
void EnterPkg(BSLParser.PkgContext context)
Parameters
Type Name Description
BSLParser.PkgContext context

The parse tree.

| Improve this Doc View Source

EnterProgram(BSLParser.ProgramContext)

Enter a parse tree produced by program().

Declaration
void EnterProgram(BSLParser.ProgramContext context)
Parameters
Type Name Description
BSLParser.ProgramContext context

The parse tree.

| Improve this Doc View Source

EnterTestCase(BSLParser.TestCaseContext)

Enter a parse tree produced by testCase().

Declaration
void EnterTestCase(BSLParser.TestCaseContext context)
Parameters
Type Name Description
BSLParser.TestCaseContext context

The parse tree.

| Improve this Doc View Source

ExitDefinition(BSLParser.DefinitionContext)

Exit a parse tree produced by definition().

Declaration
void ExitDefinition(BSLParser.DefinitionContext context)
Parameters
Type Name Description
BSLParser.DefinitionContext context

The parse tree.

| Improve this Doc View Source

ExitDefOrExpr(BSLParser.DefOrExprContext)

Exit a parse tree produced by defOrExpr().

Declaration
void ExitDefOrExpr(BSLParser.DefOrExprContext context)
Parameters
Type Name Description
BSLParser.DefOrExprContext context

The parse tree.

| Improve this Doc View Source

ExitExpr(BSLParser.ExprContext)

Exit a parse tree produced by expr().

Declaration
void ExitExpr(BSLParser.ExprContext context)
Parameters
Type Name Description
BSLParser.ExprContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryRequire(BSLParser.LibraryRequireContext)

Exit a parse tree produced by libraryRequire().

Declaration
void ExitLibraryRequire(BSLParser.LibraryRequireContext context)
Parameters
Type Name Description
BSLParser.LibraryRequireContext context

The parse tree.

| Improve this Doc View Source

ExitName(BSLParser.NameContext)

Exit a parse tree produced by name().

Declaration
void ExitName(BSLParser.NameContext context)
Parameters
Type Name Description
BSLParser.NameContext context

The parse tree.

| Improve this Doc View Source

ExitPkg(BSLParser.PkgContext)

Exit a parse tree produced by pkg().

Declaration
void ExitPkg(BSLParser.PkgContext context)
Parameters
Type Name Description
BSLParser.PkgContext context

The parse tree.

| Improve this Doc View Source

ExitProgram(BSLParser.ProgramContext)

Exit a parse tree produced by program().

Declaration
void ExitProgram(BSLParser.ProgramContext context)
Parameters
Type Name Description
BSLParser.ProgramContext context

The parse tree.

| Improve this Doc View Source

ExitTestCase(BSLParser.TestCaseContext)

Exit a parse tree produced by testCase().

Declaration
void ExitTestCase(BSLParser.TestCaseContext context)
Parameters
Type Name Description
BSLParser.TestCaseContext context

The parse tree.

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