public interface IExtVisitor
java.lang.Object caseAt(java.lang.String id,
IHost host,
java.lang.Object... params)
id - The ID of the hosthost - The host itselfparams - Any parameters the visitor might need to perform its output.