Module swim.dynamic
Package swim.dynamic

Interface HostObjectType<T>

All Superinterfaces:
HostType<T>
All Known Subinterfaces:
HostClassType<T>
All Known Implementing Classes:
AbstractHostObjectType, JavaHostBuiltinType, JavaHostClassType, JavaHostObjectType, PolyglotHostObjectType

public interface HostObjectType<T> extends HostType<T>
A dynamic object type descriptor for a host type.