provided.token
Interface ITokVisitorCmd
public interface ITokVisitorCmd
A command for use in ATokVisitors
Method Summary |
java.lang.Object |
apply(java.lang.String id,
Token host,
java.lang.Object... params)
The ATokVisitor delegates its caseAt call to this method |
apply
java.lang.Object apply(java.lang.String id,
Token host,
java.lang.Object... params)
- 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.