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 TypeInterfaceDescriptioninterfaceNote interface for Notes and collections of Notes.interfaceInterface for sequential lists of IPhrases.Classes in provided.abcMusic.musicFW that implement IPhraseModifier and TypeClassDescriptionclassA collection of notes that make up a Chord.classAn ISeqList that transparently routes the visitor execution to its decoree.classThe class is used to implement "Da Capo al fine" or "D.C.classAn abc Header.classAn empty sequence list.classA non-empty ("cons") sequence list.classBasic class representing musical Notes.classA collection of multiple notes ---------------------------------------------- A collection of NotesclassMultiple Decorator ISeqList where the active decoree (the "target") is toggled (cycled, actually) through all the available decorees.classA musical triplet.classClass 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