public interface IPhrase
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(IPhraseVisitor algo,
java.lang.Object... params)
Executes (accepts) the visitor, calling the case associated with this host's index value.
|
java.lang.Object execute(IPhraseVisitor algo, java.lang.Object... params)
algo - The visitor to executeparams - The input parameters supplied to the algo when its appropriate case is called.