provided.music
Interface IPhraseVisitorCmd


public interface IPhraseVisitorCmd

The command used by APhraseVisitor that is associated with a host or hosts.

Author:
rixner

Method Summary
 java.lang.Object apply(java.lang.String id, IPhrase host, java.lang.Object... params)
          The method called when the APhraseVisitor delegates its caseAt call to this command.
 

Method Detail

apply

java.lang.Object apply(java.lang.String id,
                       IPhrase host,
                       java.lang.Object... params)
The method called when the APhraseVisitor delegates its caseAt call to this command.

Parameters:
id - the id of the host
host - the host itself
params - vararg list of input parameters.
Returns:
the result of this processing of the host.