Show / Hide Table of Contents

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 Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

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