Namespace GCore.Antlr.Grammers.Guido
Classes
guidoBaseListener
This class provides an empty implementation of IguidoListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
guidoBaseVisitor<Result>
This class provides an empty implementation of IguidoVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
guidoLexer
guidoParser
guidoParser.AccidentalContext
guidoParser.BarformatContext
guidoParser.ChordContext
guidoParser.ClefContext
guidoParser.DottingContext
guidoParser.DurationContext
guidoParser.FractionContext
guidoParser.KeyContext
guidoParser.KvpairContext
guidoParser.MeterContext
guidoParser.NoteContext
guidoParser.NotenameContext
guidoParser.NotesContext
guidoParser.NumberContext
guidoParser.OctaveContext
guidoParser.ParameterContext
guidoParser.ParametersContext
guidoParser.ProgContext
guidoParser.RepeatEndContext
guidoParser.SegmentContext
guidoParser.SequenceContext
guidoParser.SequencelistContext
guidoParser.SlurContext
guidoParser.StaffContext
guidoParser.TagContext
guidoParser.TagnameContext
guidoParser.TContext
guidoParser.TempoContext
guidoParser.TitleContext
Interfaces
IguidoListener
This interface defines a complete listener for a parse tree produced by guidoParser.
IguidoVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by guidoParser.