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