public interface ITokVisitor
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
caseAt(java.lang.String id,
Token host,
java.lang.Object... params)
Host Token calls this method with its ID to run its associated processing.
|
java.lang.Object caseAt(java.lang.String id, Token host, java.lang.Object... params)
id
- the id of the host tokenhost
- the host tokenparams
- vararg list of input parameters that the processing might need.