Namespace Celeritas.Core.Grammar
Classes
- ChordSymbolBaseVisitor<Result>
This class provides an empty implementation of IChordSymbolVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
- MusicNotationBaseVisitor<Result>
This class provides an empty implementation of IMusicNotationVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
Interfaces
- IChordSymbolVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by ChordSymbolParser.
- IMusicNotationVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by MusicNotationParser.