Show / Hide Table of Contents

Interface IguitartabListener

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

Namespace: GCore.Antlr.Grammers.Guitartab
Assembly: Guitartab.dll
Syntax
public interface IguitartabListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterNote(guitartabParser.NoteContext)

Enter a parse tree produced by note().

Declaration
void EnterNote(guitartabParser.NoteContext context)
Parameters
Type Name Description
guitartabParser.NoteContext context

The parse tree.

| Improve this Doc View Source

EnterPosition(guitartabParser.PositionContext)

Enter a parse tree produced by position().

Declaration
void EnterPosition(guitartabParser.PositionContext context)
Parameters
Type Name Description
guitartabParser.PositionContext context

The parse tree.

| Improve this Doc View Source

EnterString(guitartabParser.StringContext)

Enter a parse tree produced by .

Declaration
void EnterString(guitartabParser.StringContext context)
Parameters
Type Name Description
guitartabParser.StringContext context

The parse tree.

| Improve this Doc View Source

EnterTab(guitartabParser.TabContext)

Enter a parse tree produced by tab().

Declaration
void EnterTab(guitartabParser.TabContext context)
Parameters
Type Name Description
guitartabParser.TabContext context

The parse tree.

| Improve this Doc View Source

ExitNote(guitartabParser.NoteContext)

Exit a parse tree produced by note().

Declaration
void ExitNote(guitartabParser.NoteContext context)
Parameters
Type Name Description
guitartabParser.NoteContext context

The parse tree.

| Improve this Doc View Source

ExitPosition(guitartabParser.PositionContext)

Exit a parse tree produced by position().

Declaration
void ExitPosition(guitartabParser.PositionContext context)
Parameters
Type Name Description
guitartabParser.PositionContext context

The parse tree.

| Improve this Doc View Source

ExitString(guitartabParser.StringContext)

Exit a parse tree produced by .

Declaration
void ExitString(guitartabParser.StringContext context)
Parameters
Type Name Description
guitartabParser.StringContext context

The parse tree.

| Improve this Doc View Source

ExitTab(guitartabParser.TabContext)

Exit a parse tree produced by tab().

Declaration
void ExitTab(guitartabParser.TabContext context)
Parameters
Type Name Description
guitartabParser.TabContext context

The parse tree.

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