- targetIdx - Variable in class provided.music.ToggleDecoratorSeqList
-
The index of the current target decoree
- ToggleDecoratorSeqList - Class in provided.music
-
Multiple Decorator ISeqList where the active decoree (the "target") is
toggled (cycled, actually) through all the available decorees.
- ToggleDecoratorSeqList(ISeqList...) - Constructor for class provided.music.ToggleDecoratorSeqList
-
Constructor used to set the decorees to a known values at construction time.
- ToggleDecoratorSeqList() - Constructor for class provided.music.ToggleDecoratorSeqList
-
Constructor that is used when the decoree is not known at construction time.
- Token - Class in provided.token
-
Represents a token in the language.
- Token(String, String) - Constructor for class provided.token.Token
-
Token constructor.
- TokenFactory - Class in provided.token
-
Concrete factory to create tokens
- TokenFactory() - Constructor for class provided.token.TokenFactory
-
private constructor needed for singleton
- tokFac - Variable in class provided.token.tokenizer.ABCTokenizer
-
Factory for the tokens
- toString() - Method in class provided.music.Chord
-
Returns a string representation of the chord: "(noteA, noteB, ...)"
- toString() - Method in class provided.music.Header
-
String representation of this header: "id: text"
- toString() - Method in class provided.music.MTSeqList
-
Returns "{}"
return "{}" always.
- toString() - Method in class provided.music.NESeqList
-
Run a visitor over the list to convert it to a String.
- toString() - Method in class provided.music.Note
-
Returns a string representation of the Note
- toString() - Method in class provided.music.Triplet
-
Return string representation of the triplet
- toString() - Method in class provided.music.Tuplet
-
String representation of the tuplet:
- toString() - Method in class provided.token.Token
-
Return a string representation of the token: "[name] lexeme"
- toString() - Method in class provided.util.ABCInstrument
-
Returns the string representation of this class
- toString() - Method in class provided.util.KeySignature.KeyNote
-
- Triplet - Class in provided.music
-
A musical triplet.
- Triplet(Note, Note, Note) - Constructor for class provided.music.Triplet
-
Create a new Note out of three notes
- Tuplet - Class in provided.music
-
Class that represents a tuplet, a series of notes played in a fraction of their normal total time.
- Tuplet(Note...) - Constructor for class provided.music.Tuplet
-
Constructor for a tuplet