GermanNoteNameNotation class final
The German notation system for NoteName.
- Inheritance
-
- Object
- NotationSystem<
NoteName, String> - StringNotationSystem<
NoteName> - GermanNoteNameNotation
Constructors
- GermanNoteNameNotation()
-
Creates a new GermanNoteNameNotation.
const
Properties
Methods
-
format(
NoteName noteName) → String -
Formats this
V.override -
matches(
String source) → bool -
Whether
sourcecan be parsed with parse.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
String source) → NoteName -
Parses
sourceasV.inherited -
parseMatch(
RegExpMatch match) → NoteName -
Parses
matchfrom regExp asV.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited