Show / Hide Table of Contents

Interface IguidoListener

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

Namespace: GCore.Antlr.Grammers.Guido
Assembly: Guido.dll
Syntax
public interface IguidoListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAccidental(guidoParser.AccidentalContext)

Enter a parse tree produced by accidental().

Declaration
void EnterAccidental(guidoParser.AccidentalContext context)
Parameters
Type Name Description
guidoParser.AccidentalContext context

The parse tree.

| Improve this Doc View Source

EnterBarformat(guidoParser.BarformatContext)

Enter a parse tree produced by barformat().

Declaration
void EnterBarformat(guidoParser.BarformatContext context)
Parameters
Type Name Description
guidoParser.BarformatContext context

The parse tree.

| Improve this Doc View Source

EnterChord(guidoParser.ChordContext)

Enter a parse tree produced by chord().

Declaration
void EnterChord(guidoParser.ChordContext context)
Parameters
Type Name Description
guidoParser.ChordContext context

The parse tree.

| Improve this Doc View Source

EnterClef(guidoParser.ClefContext)

Enter a parse tree produced by clef().

Declaration
void EnterClef(guidoParser.ClefContext context)
Parameters
Type Name Description
guidoParser.ClefContext context

The parse tree.

| Improve this Doc View Source

EnterDotting(guidoParser.DottingContext)

Enter a parse tree produced by dotting().

Declaration
void EnterDotting(guidoParser.DottingContext context)
Parameters
Type Name Description
guidoParser.DottingContext context

The parse tree.

| Improve this Doc View Source

EnterDuration(guidoParser.DurationContext)

Enter a parse tree produced by duration().

Declaration
void EnterDuration(guidoParser.DurationContext context)
Parameters
Type Name Description
guidoParser.DurationContext context

The parse tree.

| Improve this Doc View Source

EnterFraction(guidoParser.FractionContext)

Enter a parse tree produced by fraction().

Declaration
void EnterFraction(guidoParser.FractionContext context)
Parameters
Type Name Description
guidoParser.FractionContext context

The parse tree.

| Improve this Doc View Source

EnterKey(guidoParser.KeyContext)

Enter a parse tree produced by key().

Declaration
void EnterKey(guidoParser.KeyContext context)
Parameters
Type Name Description
guidoParser.KeyContext context

The parse tree.

| Improve this Doc View Source

EnterKvpair(guidoParser.KvpairContext)

Enter a parse tree produced by kvpair().

Declaration
void EnterKvpair(guidoParser.KvpairContext context)
Parameters
Type Name Description
guidoParser.KvpairContext context

The parse tree.

| Improve this Doc View Source

EnterMeter(guidoParser.MeterContext)

Enter a parse tree produced by meter().

Declaration
void EnterMeter(guidoParser.MeterContext context)
Parameters
Type Name Description
guidoParser.MeterContext context

The parse tree.

| Improve this Doc View Source

EnterNote(guidoParser.NoteContext)

Enter a parse tree produced by note().

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

The parse tree.

| Improve this Doc View Source

EnterNotename(guidoParser.NotenameContext)

Enter a parse tree produced by notename().

Declaration
void EnterNotename(guidoParser.NotenameContext context)
Parameters
Type Name Description
guidoParser.NotenameContext context

The parse tree.

| Improve this Doc View Source

EnterNotes(guidoParser.NotesContext)

Enter a parse tree produced by notes().

Declaration
void EnterNotes(guidoParser.NotesContext context)
Parameters
Type Name Description
guidoParser.NotesContext context

The parse tree.

| Improve this Doc View Source

EnterNumber(guidoParser.NumberContext)

Enter a parse tree produced by number().

Declaration
void EnterNumber(guidoParser.NumberContext context)
Parameters
Type Name Description
guidoParser.NumberContext context

The parse tree.

| Improve this Doc View Source

EnterOctave(guidoParser.OctaveContext)

Enter a parse tree produced by octave().

Declaration
void EnterOctave(guidoParser.OctaveContext context)
Parameters
Type Name Description
guidoParser.OctaveContext context

The parse tree.

| Improve this Doc View Source

EnterParameter(guidoParser.ParameterContext)

Enter a parse tree produced by parameter().

Declaration
void EnterParameter(guidoParser.ParameterContext context)
Parameters
Type Name Description
guidoParser.ParameterContext context

The parse tree.

| Improve this Doc View Source

EnterParameters(guidoParser.ParametersContext)

Enter a parse tree produced by parameters().

Declaration
void EnterParameters(guidoParser.ParametersContext context)
Parameters
Type Name Description
guidoParser.ParametersContext context

The parse tree.

| Improve this Doc View Source

EnterProg(guidoParser.ProgContext)

Enter a parse tree produced by prog().

Declaration
void EnterProg(guidoParser.ProgContext context)
Parameters
Type Name Description
guidoParser.ProgContext context

The parse tree.

| Improve this Doc View Source

EnterRepeatEnd(guidoParser.RepeatEndContext)

Enter a parse tree produced by repeatEnd().

Declaration
void EnterRepeatEnd(guidoParser.RepeatEndContext context)
Parameters
Type Name Description
guidoParser.RepeatEndContext context

The parse tree.

| Improve this Doc View Source

EnterSegment(guidoParser.SegmentContext)

Enter a parse tree produced by segment().

Declaration
void EnterSegment(guidoParser.SegmentContext context)
Parameters
Type Name Description
guidoParser.SegmentContext context

The parse tree.

| Improve this Doc View Source

EnterSequence(guidoParser.SequenceContext)

Enter a parse tree produced by sequence().

Declaration
void EnterSequence(guidoParser.SequenceContext context)
Parameters
Type Name Description
guidoParser.SequenceContext context

The parse tree.

| Improve this Doc View Source

EnterSequencelist(guidoParser.SequencelistContext)

Enter a parse tree produced by sequencelist().

Declaration
void EnterSequencelist(guidoParser.SequencelistContext context)
Parameters
Type Name Description
guidoParser.SequencelistContext context

The parse tree.

| Improve this Doc View Source

EnterSlur(guidoParser.SlurContext)

Enter a parse tree produced by slur().

Declaration
void EnterSlur(guidoParser.SlurContext context)
Parameters
Type Name Description
guidoParser.SlurContext context

The parse tree.

| Improve this Doc View Source

EnterStaff(guidoParser.StaffContext)

Enter a parse tree produced by staff().

Declaration
void EnterStaff(guidoParser.StaffContext context)
Parameters
Type Name Description
guidoParser.StaffContext context

The parse tree.

| Improve this Doc View Source

EnterT(guidoParser.TContext)

Enter a parse tree produced by t().

Declaration
void EnterT(guidoParser.TContext context)
Parameters
Type Name Description
guidoParser.TContext context

The parse tree.

| Improve this Doc View Source

EnterTag(guidoParser.TagContext)

Enter a parse tree produced by tag().

Declaration
void EnterTag(guidoParser.TagContext context)
Parameters
Type Name Description
guidoParser.TagContext context

The parse tree.

| Improve this Doc View Source

EnterTagname(guidoParser.TagnameContext)

Enter a parse tree produced by tagname().

Declaration
void EnterTagname(guidoParser.TagnameContext context)
Parameters
Type Name Description
guidoParser.TagnameContext context

The parse tree.

| Improve this Doc View Source

EnterTempo(guidoParser.TempoContext)

Enter a parse tree produced by tempo().

Declaration
void EnterTempo(guidoParser.TempoContext context)
Parameters
Type Name Description
guidoParser.TempoContext context

The parse tree.

| Improve this Doc View Source

EnterTitle(guidoParser.TitleContext)

Enter a parse tree produced by title().

Declaration
void EnterTitle(guidoParser.TitleContext context)
Parameters
Type Name Description
guidoParser.TitleContext context

The parse tree.

| Improve this Doc View Source

ExitAccidental(guidoParser.AccidentalContext)

Exit a parse tree produced by accidental().

Declaration
void ExitAccidental(guidoParser.AccidentalContext context)
Parameters
Type Name Description
guidoParser.AccidentalContext context

The parse tree.

| Improve this Doc View Source

ExitBarformat(guidoParser.BarformatContext)

Exit a parse tree produced by barformat().

Declaration
void ExitBarformat(guidoParser.BarformatContext context)
Parameters
Type Name Description
guidoParser.BarformatContext context

The parse tree.

| Improve this Doc View Source

ExitChord(guidoParser.ChordContext)

Exit a parse tree produced by chord().

Declaration
void ExitChord(guidoParser.ChordContext context)
Parameters
Type Name Description
guidoParser.ChordContext context

The parse tree.

| Improve this Doc View Source

ExitClef(guidoParser.ClefContext)

Exit a parse tree produced by clef().

Declaration
void ExitClef(guidoParser.ClefContext context)
Parameters
Type Name Description
guidoParser.ClefContext context

The parse tree.

| Improve this Doc View Source

ExitDotting(guidoParser.DottingContext)

Exit a parse tree produced by dotting().

Declaration
void ExitDotting(guidoParser.DottingContext context)
Parameters
Type Name Description
guidoParser.DottingContext context

The parse tree.

| Improve this Doc View Source

ExitDuration(guidoParser.DurationContext)

Exit a parse tree produced by duration().

Declaration
void ExitDuration(guidoParser.DurationContext context)
Parameters
Type Name Description
guidoParser.DurationContext context

The parse tree.

| Improve this Doc View Source

ExitFraction(guidoParser.FractionContext)

Exit a parse tree produced by fraction().

Declaration
void ExitFraction(guidoParser.FractionContext context)
Parameters
Type Name Description
guidoParser.FractionContext context

The parse tree.

| Improve this Doc View Source

ExitKey(guidoParser.KeyContext)

Exit a parse tree produced by key().

Declaration
void ExitKey(guidoParser.KeyContext context)
Parameters
Type Name Description
guidoParser.KeyContext context

The parse tree.

| Improve this Doc View Source

ExitKvpair(guidoParser.KvpairContext)

Exit a parse tree produced by kvpair().

Declaration
void ExitKvpair(guidoParser.KvpairContext context)
Parameters
Type Name Description
guidoParser.KvpairContext context

The parse tree.

| Improve this Doc View Source

ExitMeter(guidoParser.MeterContext)

Exit a parse tree produced by meter().

Declaration
void ExitMeter(guidoParser.MeterContext context)
Parameters
Type Name Description
guidoParser.MeterContext context

The parse tree.

| Improve this Doc View Source

ExitNote(guidoParser.NoteContext)

Exit a parse tree produced by note().

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

The parse tree.

| Improve this Doc View Source

ExitNotename(guidoParser.NotenameContext)

Exit a parse tree produced by notename().

Declaration
void ExitNotename(guidoParser.NotenameContext context)
Parameters
Type Name Description
guidoParser.NotenameContext context

The parse tree.

| Improve this Doc View Source

ExitNotes(guidoParser.NotesContext)

Exit a parse tree produced by notes().

Declaration
void ExitNotes(guidoParser.NotesContext context)
Parameters
Type Name Description
guidoParser.NotesContext context

The parse tree.

| Improve this Doc View Source

ExitNumber(guidoParser.NumberContext)

Exit a parse tree produced by number().

Declaration
void ExitNumber(guidoParser.NumberContext context)
Parameters
Type Name Description
guidoParser.NumberContext context

The parse tree.

| Improve this Doc View Source

ExitOctave(guidoParser.OctaveContext)

Exit a parse tree produced by octave().

Declaration
void ExitOctave(guidoParser.OctaveContext context)
Parameters
Type Name Description
guidoParser.OctaveContext context

The parse tree.

| Improve this Doc View Source

ExitParameter(guidoParser.ParameterContext)

Exit a parse tree produced by parameter().

Declaration
void ExitParameter(guidoParser.ParameterContext context)
Parameters
Type Name Description
guidoParser.ParameterContext context

The parse tree.

| Improve this Doc View Source

ExitParameters(guidoParser.ParametersContext)

Exit a parse tree produced by parameters().

Declaration
void ExitParameters(guidoParser.ParametersContext context)
Parameters
Type Name Description
guidoParser.ParametersContext context

The parse tree.

| Improve this Doc View Source

ExitProg(guidoParser.ProgContext)

Exit a parse tree produced by prog().

Declaration
void ExitProg(guidoParser.ProgContext context)
Parameters
Type Name Description
guidoParser.ProgContext context

The parse tree.

| Improve this Doc View Source

ExitRepeatEnd(guidoParser.RepeatEndContext)

Exit a parse tree produced by repeatEnd().

Declaration
void ExitRepeatEnd(guidoParser.RepeatEndContext context)
Parameters
Type Name Description
guidoParser.RepeatEndContext context

The parse tree.

| Improve this Doc View Source

ExitSegment(guidoParser.SegmentContext)

Exit a parse tree produced by segment().

Declaration
void ExitSegment(guidoParser.SegmentContext context)
Parameters
Type Name Description
guidoParser.SegmentContext context

The parse tree.

| Improve this Doc View Source

ExitSequence(guidoParser.SequenceContext)

Exit a parse tree produced by sequence().

Declaration
void ExitSequence(guidoParser.SequenceContext context)
Parameters
Type Name Description
guidoParser.SequenceContext context

The parse tree.

| Improve this Doc View Source

ExitSequencelist(guidoParser.SequencelistContext)

Exit a parse tree produced by sequencelist().

Declaration
void ExitSequencelist(guidoParser.SequencelistContext context)
Parameters
Type Name Description
guidoParser.SequencelistContext context

The parse tree.

| Improve this Doc View Source

ExitSlur(guidoParser.SlurContext)

Exit a parse tree produced by slur().

Declaration
void ExitSlur(guidoParser.SlurContext context)
Parameters
Type Name Description
guidoParser.SlurContext context

The parse tree.

| Improve this Doc View Source

ExitStaff(guidoParser.StaffContext)

Exit a parse tree produced by staff().

Declaration
void ExitStaff(guidoParser.StaffContext context)
Parameters
Type Name Description
guidoParser.StaffContext context

The parse tree.

| Improve this Doc View Source

ExitT(guidoParser.TContext)

Exit a parse tree produced by t().

Declaration
void ExitT(guidoParser.TContext context)
Parameters
Type Name Description
guidoParser.TContext context

The parse tree.

| Improve this Doc View Source

ExitTag(guidoParser.TagContext)

Exit a parse tree produced by tag().

Declaration
void ExitTag(guidoParser.TagContext context)
Parameters
Type Name Description
guidoParser.TagContext context

The parse tree.

| Improve this Doc View Source

ExitTagname(guidoParser.TagnameContext)

Exit a parse tree produced by tagname().

Declaration
void ExitTagname(guidoParser.TagnameContext context)
Parameters
Type Name Description
guidoParser.TagnameContext context

The parse tree.

| Improve this Doc View Source

ExitTempo(guidoParser.TempoContext)

Exit a parse tree produced by tempo().

Declaration
void ExitTempo(guidoParser.TempoContext context)
Parameters
Type Name Description
guidoParser.TempoContext context

The parse tree.

| Improve this Doc View Source

ExitTitle(guidoParser.TitleContext)

Exit a parse tree produced by title().

Declaration
void ExitTitle(guidoParser.TitleContext context)
Parameters
Type Name Description
guidoParser.TitleContext context

The parse tree.

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