Uses of Interface
provided.abcMusic.musicFW.IPhrase
Packages that use IPhrase
Package
Description
Definitions of the IPhrase data structure and its sub-types used to represent ABC music elements.
Package for parsing for ABC music files into Token objects and then into IPhrase structures.
-
Uses of IPhrase in provided.abcMusic.musicFW
Subinterfaces of IPhrase in provided.abcMusic.musicFWModifier and TypeInterfaceDescriptioninterface
Note interface for Notes and collections of Notes.interface
Interface for sequential lists of IPhrases.Classes in provided.abcMusic.musicFW that implement IPhraseModifier and TypeClassDescriptionclass
A collection of notes that make up a Chord.class
An ISeqList that transparently routes the visitor execution to its decoree.class
The class is used to implement "Da Capo al fine" or "D.C.class
An abc Header.class
An empty sequence list.class
A non-empty ("cons") sequence list.class
Basic class representing musical Notes.class
A collection of multiple notes ---------------------------------------------- A collection of Notesclass
Multiple Decorator ISeqList where the active decoree (the "target") is toggled (cycled, actually) through all the available decorees.class
A musical triplet.class
Class that represents a tuplet, a series of notes played in a fraction of their normal total time.Fields in provided.abcMusic.musicFW declared as IPhraseMethods in provided.abcMusic.musicFW that return IPhraseMethods in provided.abcMusic.musicFW with parameters of type IPhraseModifier and TypeMethodDescriptionThe method called when the APhraseVisitor delegates its caseAt call to this command.Runs the command associated with the given id, passing along the given host and vararg parameters.Called by the host to run the appropriate processing for that host.Constructors in provided.abcMusic.musicFW with parameters of type IPhrase -
Uses of IPhrase in provided.abcMusic.parser
Methods in provided.abcMusic.parser that return IPhrase