public interface ITokVisitorCmd
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
apply(java.lang.String id,
Token host,
java.lang.Object... params)
The ATokVisitor delegates its caseAt call to this method
|
java.lang.Object apply(java.lang.String id, Token host, java.lang.Object... params)
id
- the id (name) of the host Tokenhost
- the host token itelfparams
- vararg list of input parameters for use by the command.