Uses of Interface
provided.music.IPhraseVisitorCmd

Packages that use IPhraseVisitorCmd
provided.music   
 

Uses of IPhraseVisitorCmd in provided.music
 

Fields in provided.music declared as IPhraseVisitorCmd
private  IPhraseVisitorCmd APhraseVisitor.defaultCmd
          The default command to use when caseAt is called with an ID that is not in the hashtable as a key.
 

Fields in provided.music with type parameters of type IPhraseVisitorCmd
private  java.util.Map<java.lang.String,IPhraseVisitorCmd> APhraseVisitor.cmds
          The dictionary of commands, implemented using a hash table.
 

Methods in provided.music with parameters of type IPhraseVisitorCmd
 void APhraseVisitor.addCmd(java.lang.String id, IPhraseVisitorCmd cmd)
          Add the given command to the dictionary, associated with the given id value.
 

Constructors in provided.music with parameters of type IPhraseVisitorCmd
APhraseVisitor(IPhraseVisitorCmd defaultCmd)
          Constructor that sets the default cmd to the supplied cmd.