public interface ITokVisitorCmd
A command for use in ATokVisitors
-
Method Summary
-
Method Details
-
apply
The ATokVisitor delegates its caseAt call to this method- Parameters:
id
- the id (name) of the host Tokenhost
- the host token itelfparams
- vararg list of input parameters for use by the command.- Returns:
- the result of the running the command.
-