public interface IPhraseVisitorCmd
The command used by APhraseVisitor that is associated with a host or hosts.
- Author:
- rixner ---------------------------------------------- Abstract command used by APhraseVisitor. Each command is associated with a particular host(s).
-
Method Summary
-
Method Details
-
apply
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.
-