Uses of Class
provided.tokenFW.ATokVisitor
Packages that use ATokVisitor
Package
Description
Package for parsing for ABC music files into Token objects and then into IPhrase structures.
-
Uses of ATokVisitor in provided.abcMusic.parser
Fields in provided.abcMusic.parser declared as ATokVisitorModifier and TypeFieldDescriptionprivate ATokVisitor
ABCParser.checkNextNoteAlgo
Checks for dotted notes.private ATokVisitor
ABCParser.makeSeqListAlgo
Main algo used to create a list of IPhrases from the stream of tokens that represents the progression of the song (phrase).