Show / Hide Table of Contents

Class guitartabBaseListener

This class provides an empty implementation of IguitartabListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
guitartabBaseListener
Implements
IguitartabListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Guitartab
Assembly: Guitartab.dll
Syntax
public class guitartabBaseListener : object, IguitartabListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterNote(guitartabParser.NoteContext)

Enter a parse tree produced by note().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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 .

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitNote(guitartabParser.NoteContext)

Exit a parse tree produced by note().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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 .

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

IguitartabListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX