Uses of Package
provided.tokenFW
Packages that use provided.tokenFW
Package
Description
Package for parsing for ABC music files into Token objects and then into IPhrase structures.
Tokenizer support specifically for ABC Music
Extended Visitor implementation of parser that takes tokens from ABC text files
and converts them into an IPhrase structure.
Tokenizer and support classes to read the text stream from an ABC music text file and generate
a stream of tokens from it.
-
Classes in provided.tokenFW used by provided.abcMusic.parserClassDescriptionA visitor to an Token that implements ITokVisitor using a dictionary of commands.Represents a token in the language.
-
Classes in provided.tokenFW used by provided.abcMusic.parser.tokenizerClassDescriptionAbstract factory to produce tokensRepresents a token in the language.
-
Classes in provided.tokenFW used by provided.tokenFWClassDescriptionAbstract factory to produce tokensInterface for a token visitor.A command for use in ATokVisitorsRepresents a token in the language.Concrete factory to create tokens
-
Classes in provided.tokenFW used by provided.tokenFW.tokenizer