Uses of Class
provided.tokenFW.Token
Packages that use Token
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.
-
Uses of Token in provided.abcMusic.parser
Methods in provided.abcMusic.parser that return TokenModifier and TypeMethodDescriptionprivate Token
Swap the given token for the next token in the tokenizer, returning the next token.Methods in provided.abcMusic.parser with parameters of type Token -
Uses of Token in provided.abcMusic.parser.tokenizer
Fields in provided.abcMusic.parser.tokenizer with type parameters of type TokenMethods in provided.abcMusic.parser.tokenizer that return TokenModifier and TypeMethodDescriptionABCTokenizer.getNextToken()
Return the next token, either from the stream or the last token if it was pushed backprivate Token
ABCTokenizer.makeNextToken()
Parse the strings down from the getNextStringToken further, separating out the abc keywords into tokens.Methods in provided.abcMusic.parser.tokenizer with parameters of type Token -
Uses of Token in provided.tokenFW
Methods in provided.tokenFW that return TokenModifier and TypeMethodDescriptionCreates an instance of an Token from the given name and lexeme valuesCreates Tokens from the given name and lexeme.Methods in provided.tokenFW with parameters of type TokenModifier and TypeMethodDescriptionThe ATokVisitor delegates its caseAt call to this methodDelegates to the ITokVisitorCmd associated with the given host id (name), or if nothing is associated with the id, use the default cmd.Host Token calls this method with its ID to run its associated processing. -
Uses of Token in provided.tokenFW.tokenizer
Methods in provided.tokenFW.tokenizer that return TokenMethods in provided.tokenFW.tokenizer with parameters of type Token