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 SourceEnterDefinition(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |