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. |
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 hosthost
- the host itselfparams
- vararg list of input parameters.
- Returns:
- the result of this processing of the host.