public interface IPhraseVisitorCmd
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.Object apply(java.lang.String id, IPhrase host, java.lang.Object... params)
id
- the id of the hosthost
- the host itselfparams
- vararg list of input parameters.