Interface IISLListener
This interface defines a complete listener for a parse tree produced by ISLParser.
Namespace: GCore.Antlr.Grammers.RacketIsl
Assembly: RacketIsl.dll
Syntax
public interface IISLListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterDefinition(ISLParser.DefinitionContext)
Enter a parse tree produced by definition().
Declaration
void EnterDefinition(ISLParser.DefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.DefinitionContext | context | The parse tree. |
EnterDefOrExpr(ISLParser.DefOrExprContext)
Enter a parse tree produced by defOrExpr().
Declaration
void EnterDefOrExpr(ISLParser.DefOrExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.DefOrExprContext | context | The parse tree. |
EnterExpr(ISLParser.ExprContext)
Enter a parse tree produced by expr().
Declaration
void EnterExpr(ISLParser.ExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.ExprContext | context | The parse tree. |
EnterLibraryRequire(ISLParser.LibraryRequireContext)
Enter a parse tree produced by libraryRequire().
Declaration
void EnterLibraryRequire(ISLParser.LibraryRequireContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.LibraryRequireContext | context | The parse tree. |
EnterName(ISLParser.NameContext)
Enter a parse tree produced by name().
Declaration
void EnterName(ISLParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.NameContext | context | The parse tree. |
EnterPkg(ISLParser.PkgContext)
Enter a parse tree produced by pkg().
Declaration
void EnterPkg(ISLParser.PkgContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.PkgContext | context | The parse tree. |
EnterProgram(ISLParser.ProgramContext)
Enter a parse tree produced by program().
Declaration
void EnterProgram(ISLParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.ProgramContext | context | The parse tree. |
EnterQuasiQuoted(ISLParser.QuasiQuotedContext)
Enter a parse tree produced by quasiQuoted().
Declaration
void EnterQuasiQuoted(ISLParser.QuasiQuotedContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.QuasiQuotedContext | context | The parse tree. |
EnterQuoted(ISLParser.QuotedContext)
Enter a parse tree produced by quoted().
Declaration
void EnterQuoted(ISLParser.QuotedContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.QuotedContext | context | The parse tree. |
EnterTestCase(ISLParser.TestCaseContext)
Enter a parse tree produced by testCase().
Declaration
void EnterTestCase(ISLParser.TestCaseContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.TestCaseContext | context | The parse tree. |
ExitDefinition(ISLParser.DefinitionContext)
Exit a parse tree produced by definition().
Declaration
void ExitDefinition(ISLParser.DefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.DefinitionContext | context | The parse tree. |
ExitDefOrExpr(ISLParser.DefOrExprContext)
Exit a parse tree produced by defOrExpr().
Declaration
void ExitDefOrExpr(ISLParser.DefOrExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.DefOrExprContext | context | The parse tree. |
ExitExpr(ISLParser.ExprContext)
Exit a parse tree produced by expr().
Declaration
void ExitExpr(ISLParser.ExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.ExprContext | context | The parse tree. |
ExitLibraryRequire(ISLParser.LibraryRequireContext)
Exit a parse tree produced by libraryRequire().
Declaration
void ExitLibraryRequire(ISLParser.LibraryRequireContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.LibraryRequireContext | context | The parse tree. |
ExitName(ISLParser.NameContext)
Exit a parse tree produced by name().
Declaration
void ExitName(ISLParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.NameContext | context | The parse tree. |
ExitPkg(ISLParser.PkgContext)
Exit a parse tree produced by pkg().
Declaration
void ExitPkg(ISLParser.PkgContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.PkgContext | context | The parse tree. |
ExitProgram(ISLParser.ProgramContext)
Exit a parse tree produced by program().
Declaration
void ExitProgram(ISLParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.ProgramContext | context | The parse tree. |
ExitQuasiQuoted(ISLParser.QuasiQuotedContext)
Exit a parse tree produced by quasiQuoted().
Declaration
void ExitQuasiQuoted(ISLParser.QuasiQuotedContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.QuasiQuotedContext | context | The parse tree. |
ExitQuoted(ISLParser.QuotedContext)
Exit a parse tree produced by quoted().
Declaration
void ExitQuoted(ISLParser.QuotedContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.QuotedContext | context | The parse tree. |
ExitTestCase(ISLParser.TestCaseContext)
Exit a parse tree produced by testCase().
Declaration
void ExitTestCase(ISLParser.TestCaseContext context)
Parameters
Type | Name | Description |
---|---|---|
ISLParser.TestCaseContext | context | The parse tree. |