Java 类com.google.gwt.core.client.GwtScriptOnly 实例源码

项目:xapi    文件:StringToGwt.java   
@Override
@GwtScriptOnly
public final native V put(String key, V value)
/*-{
  var index = this._k.indexOf(key);
  if (index == -1) {
    var slot = {i : this._k.length, v: value};
    this[key] = slot;
    this._k[slot.i] = key;
    return null;
  }
  var slot = this[this._k[index]], v = slot.v;
  slot.v = value;
  return v;
}-*/;
项目:OpenNMS    文件:SurveillanceService_TypeSerializer.java   
@SuppressWarnings("deprecation")
@GwtScriptOnly
private static native JsArrayString loadSignaturesNative() /*-{
  var result = [];
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.i18n.client.impl.DateRecord::class)] = "com.google.gwt.i18n.client.impl.DateRecord/3220471373";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException::class)] = "com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException/3936916533";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.RpcTokenException::class)] = "com.google.gwt.user.client.rpc.RpcTokenException/2345075298";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.XsrfToken::class)] = "com.google.gwt.user.client.rpc.XsrfToken/4254043109";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.String::class)] = "java.lang.String/2004016611";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.String[]::class)] = "[Ljava.lang.String;/2600011424";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.String[][]::class)] = "[[Ljava.lang.String;/4182515373";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.sql.Date::class)] = "java.sql.Date/730999118";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.sql.Time::class)] = "java.sql.Time/1816797103";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.sql.Timestamp::class)] = "java.sql.Timestamp/3040052672";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Date::class)] = "java.util.Date/3385151746";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.dashboard.client.Alarm::class)] = "org.opennms.dashboard.client.Alarm/3803682980";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.dashboard.client.Alarm[]::class)] = "[Lorg.opennms.dashboard.client.Alarm;/3072532678";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.dashboard.client.NodeRtc::class)] = "org.opennms.dashboard.client.NodeRtc/1201430884";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.dashboard.client.NodeRtc[]::class)] = "[Lorg.opennms.dashboard.client.NodeRtc;/932533021";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.dashboard.client.Notification::class)] = "org.opennms.dashboard.client.Notification/4129746275";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.dashboard.client.Notification[]::class)] = "[Lorg.opennms.dashboard.client.Notification;/1758348408";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.dashboard.client.SurveillanceData::class)] = "org.opennms.dashboard.client.SurveillanceData/474793641";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.dashboard.client.SurveillanceGroup::class)] = "org.opennms.dashboard.client.SurveillanceGroup/3539037879";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.dashboard.client.SurveillanceGroup[]::class)] = "[Lorg.opennms.dashboard.client.SurveillanceGroup;/2655813322";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.dashboard.client.SurveillanceIntersection::class)] = "org.opennms.dashboard.client.SurveillanceIntersection/1394102736";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.dashboard.client.SurveillanceIntersection[]::class)] = "[Lorg.opennms.dashboard.client.SurveillanceIntersection;/3015663375";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.dashboard.client.SurveillanceIntersection[][]::class)] = "[[Lorg.opennms.dashboard.client.SurveillanceIntersection;/4032250433";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.dashboard.client.SurveillanceSet.DefaultSurveillanceSet::class)] = "org.opennms.dashboard.client.SurveillanceSet$DefaultSurveillanceSet/3027078367";
  return result;
}-*/;
项目:OpenNMS    文件:EventService_TypeSerializer.java   
@SuppressWarnings("deprecation")
@GwtScriptOnly
private static native JsArrayString loadSignaturesNative() /*-{
  var result = [];
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException::class)] = "com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException/3936916533";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.RpcTokenException::class)] = "com.google.gwt.user.client.rpc.RpcTokenException/2345075298";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.XsrfToken::class)] = "com.google.gwt.user.client.rpc.XsrfToken/4254043109";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@de.novanic.eventservice.client.event.DefaultDomainEvent::class)] = "de.novanic.eventservice.client.event.DefaultDomainEvent/3924906731";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@de.novanic.eventservice.client.event.DefaultDomainEvent[]::class)] = "[Lde.novanic.eventservice.client.event.DefaultDomainEvent;/4107875583";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@de.novanic.eventservice.client.event.DomainEvent[]::class)] = "[Lde.novanic.eventservice.client.event.DomainEvent;/2573218216";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@de.novanic.eventservice.client.event.domain.DefaultDomain::class)] = "de.novanic.eventservice.client.event.domain.DefaultDomain/240262385";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@de.novanic.eventservice.client.event.filter.AppendableEventFilter[]::class)] = "[Lde.novanic.eventservice.client.event.filter.AppendableEventFilter;/3140808580";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@de.novanic.eventservice.client.event.filter.CascadingEventFilter[]::class)] = "[Lde.novanic.eventservice.client.event.filter.CascadingEventFilter;/4218008474";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@de.novanic.eventservice.client.event.filter.CompositeEventFilter[]::class)] = "[Lde.novanic.eventservice.client.event.filter.CompositeEventFilter;/3667622880";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@de.novanic.eventservice.client.event.filter.DefaultCompositeEventFilter::class)] = "de.novanic.eventservice.client.event.filter.DefaultCompositeEventFilter/2036315829";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@de.novanic.eventservice.client.event.filter.DefaultCompositeEventFilter[]::class)] = "[Lde.novanic.eventservice.client.event.filter.DefaultCompositeEventFilter;/2853401946";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@de.novanic.eventservice.client.event.filter.DefaultEventFilter::class)] = "de.novanic.eventservice.client.event.filter.DefaultEventFilter/3359357329";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@de.novanic.eventservice.client.event.filter.DefaultEventFilter[]::class)] = "[Lde.novanic.eventservice.client.event.filter.DefaultEventFilter;/2136978271";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@de.novanic.eventservice.client.event.filter.EventFilter[]::class)] = "[Lde.novanic.eventservice.client.event.filter.EventFilter;/836210305";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent::class)] = "de.novanic.eventservice.client.event.listener.unlisten.DefaultUnlistenEvent/2862324233";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@de.novanic.eventservice.client.event.listener.unlisten.UnlistenEventListener.Scope::class)] = "de.novanic.eventservice.client.event.listener.unlisten.UnlistenEventListener$Scope/4054018674";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.Boolean::class)] = "java.lang.Boolean/476441737";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.Double::class)] = "java.lang.Double/858496421";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.Integer::class)] = "java.lang.Integer/3438268394";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.Long::class)] = "java.lang.Long/4227064769";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.String::class)] = "java.lang.String/2004016611";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.ArrayList::class)] = "java.util.ArrayList/4159755760";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Arrays.ArrayList::class)] = "java.util.Arrays$ArrayList/2507071751";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Collections.EmptyList::class)] = "java.util.Collections$EmptyList/4157118744";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Collections.EmptySet::class)] = "java.util.Collections$EmptySet/3523698179";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Collections.SingletonList::class)] = "java.util.Collections$SingletonList/1586180994";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.HashSet::class)] = "java.util.HashSet/3273092938";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.LinkedHashSet::class)] = "java.util.LinkedHashSet/1826081506";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.LinkedList::class)] = "java.util.LinkedList/3953877921";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Stack::class)] = "java.util.Stack/1346942793";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.TreeMap::class)] = "java.util.TreeMap/1493889780";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.TreeSet::class)] = "java.util.TreeSet/4043497002";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Vector::class)] = "java.util.Vector/3057315478";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.ApplicationInfo::class)] = "org.opennms.features.poller.remote.gwt.client.ApplicationInfo/198003162";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.GWTLatLng::class)] = "org.opennms.features.poller.remote.gwt.client.GWTLatLng/1863811288";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.GWTMarkerState::class)] = "org.opennms.features.poller.remote.gwt.client.GWTMarkerState/769195374";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.GWTMonitoredService::class)] = "org.opennms.features.poller.remote.gwt.client.GWTMonitoredService/3053769463";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.Status::class)] = "org.opennms.features.poller.remote.gwt.client.Status/3305880894";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.StatusDetails::class)] = "org.opennms.features.poller.remote.gwt.client.StatusDetails/1028121827";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.location.LocationInfo::class)] = "org.opennms.features.poller.remote.gwt.client.location.LocationInfo/2206349969";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.location.LocationInfo[]::class)] = "[Lorg.opennms.features.poller.remote.gwt.client.location.LocationInfo;/3548475532";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.remoteevents.ApplicationRemovedRemoteEvent::class)] = "org.opennms.features.poller.remote.gwt.client.remoteevents.ApplicationRemovedRemoteEvent/2904292512";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.remoteevents.ApplicationUpdatedRemoteEvent::class)] = "org.opennms.features.poller.remote.gwt.client.remoteevents.ApplicationUpdatedRemoteEvent/1012962694";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.remoteevents.GeocodingFinishedRemoteEvent::class)] = "org.opennms.features.poller.remote.gwt.client.remoteevents.GeocodingFinishedRemoteEvent/3524912777";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.remoteevents.GeocodingUpdatingRemoteEvent::class)] = "org.opennms.features.poller.remote.gwt.client.remoteevents.GeocodingUpdatingRemoteEvent/77623537";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.remoteevents.LocationUpdatedRemoteEvent::class)] = "org.opennms.features.poller.remote.gwt.client.remoteevents.LocationUpdatedRemoteEvent/3906183700";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.remoteevents.LocationsUpdatedRemoteEvent::class)] = "org.opennms.features.poller.remote.gwt.client.remoteevents.LocationsUpdatedRemoteEvent/3484899072";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.remoteevents.UpdateCompleteRemoteEvent::class)] = "org.opennms.features.poller.remote.gwt.client.remoteevents.UpdateCompleteRemoteEvent/2535967224";
  return result;
}-*/;
项目:OpenNMS    文件:LocationStatusService_TypeSerializer.java   
@SuppressWarnings("deprecation")
@GwtScriptOnly
private static native JsArrayString loadSignaturesNative() /*-{
  var result = [];
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.i18n.client.impl.DateRecord::class)] = "com.google.gwt.i18n.client.impl.DateRecord/3220471373";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException::class)] = "com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException/3936916533";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.RpcTokenException::class)] = "com.google.gwt.user.client.rpc.RpcTokenException/2345075298";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.XsrfToken::class)] = "com.google.gwt.user.client.rpc.XsrfToken/4254043109";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.Boolean::class)] = "java.lang.Boolean/476441737";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.Double::class)] = "java.lang.Double/858496421";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.Integer::class)] = "java.lang.Integer/3438268394";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.Long::class)] = "java.lang.Long/4227064769";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.String::class)] = "java.lang.String/2004016611";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.sql.Date::class)] = "java.sql.Date/730999118";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.sql.Time::class)] = "java.sql.Time/1816797103";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.sql.Timestamp::class)] = "java.sql.Timestamp/3040052672";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.ArrayList::class)] = "java.util.ArrayList/4159755760";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Arrays.ArrayList::class)] = "java.util.Arrays$ArrayList/2507071751";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Collections.EmptyList::class)] = "java.util.Collections$EmptyList/4157118744";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Collections.EmptyMap::class)] = "java.util.Collections$EmptyMap/4174664486";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Collections.EmptySet::class)] = "java.util.Collections$EmptySet/3523698179";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Collections.SingletonList::class)] = "java.util.Collections$SingletonList/1586180994";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Date::class)] = "java.util.Date/3385151746";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.HashMap::class)] = "java.util.HashMap/1797211028";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.HashSet::class)] = "java.util.HashSet/3273092938";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.IdentityHashMap::class)] = "java.util.IdentityHashMap/1839153020";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.LinkedHashMap::class)] = "java.util.LinkedHashMap/3008245022";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.LinkedHashSet::class)] = "java.util.LinkedHashSet/1826081506";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.LinkedList::class)] = "java.util.LinkedList/3953877921";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Stack::class)] = "java.util.Stack/1346942793";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.TreeMap::class)] = "java.util.TreeMap/1493889780";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.TreeSet::class)] = "java.util.TreeSet/4043497002";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Vector::class)] = "java.util.Vector/3057315478";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.ApplicationDetails::class)] = "org.opennms.features.poller.remote.gwt.client.ApplicationDetails/1653589404";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.ApplicationInfo::class)] = "org.opennms.features.poller.remote.gwt.client.ApplicationInfo/198003162";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.ApplicationState::class)] = "org.opennms.features.poller.remote.gwt.client.ApplicationState/513475390";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.GWTLatLng::class)] = "org.opennms.features.poller.remote.gwt.client.GWTLatLng/1863811288";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.GWTLocationMonitor::class)] = "org.opennms.features.poller.remote.gwt.client.GWTLocationMonitor/1656681706";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.GWTLocationSpecificStatus::class)] = "org.opennms.features.poller.remote.gwt.client.GWTLocationSpecificStatus/3784396910";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.GWTLocationSpecificStatus[]::class)] = "[Lorg.opennms.features.poller.remote.gwt.client.GWTLocationSpecificStatus;/1517824776";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.GWTMarkerState::class)] = "org.opennms.features.poller.remote.gwt.client.GWTMarkerState/769195374";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.GWTMonitoredService::class)] = "org.opennms.features.poller.remote.gwt.client.GWTMonitoredService/3053769463";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.GWTPollResult::class)] = "org.opennms.features.poller.remote.gwt.client.GWTPollResult/58539643";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.GWTServiceOutage::class)] = "org.opennms.features.poller.remote.gwt.client.GWTServiceOutage/1940831383";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.GWTServiceOutage[]::class)] = "[Lorg.opennms.features.poller.remote.gwt.client.GWTServiceOutage;/3913617075";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.LocationMonitorState::class)] = "org.opennms.features.poller.remote.gwt.client.LocationMonitorState/2911553000";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.Status::class)] = "org.opennms.features.poller.remote.gwt.client.Status/3305880894";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.StatusDetails::class)] = "org.opennms.features.poller.remote.gwt.client.StatusDetails/1028121827";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.location.LocationDetails::class)] = "org.opennms.features.poller.remote.gwt.client.location.LocationDetails/1858696248";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.features.poller.remote.gwt.client.location.LocationInfo::class)] = "org.opennms.features.poller.remote.gwt.client.location.LocationInfo/2206349969";
  return result;
}-*/;
项目:OpenNMS    文件:AssetService_TypeSerializer.java   
@SuppressWarnings("deprecation")
@GwtScriptOnly
private static native JsArrayString loadSignaturesNative() /*-{
  var result = [];
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.event.shared.UmbrellaException::class)] = "com.google.gwt.event.shared.UmbrellaException/3104463596";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.http.client.RequestException::class)] = "com.google.gwt.http.client.RequestException/190587325";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.i18n.client.impl.DateRecord::class)] = "com.google.gwt.i18n.client.impl.DateRecord/3220471373";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.jsonp.client.TimeoutException::class)] = "com.google.gwt.jsonp.client.TimeoutException/1112787596";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException::class)] = "com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException/3936916533";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.RpcTokenException::class)] = "com.google.gwt.user.client.rpc.RpcTokenException/2345075298";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.SerializableException::class)] = "com.google.gwt.user.client.rpc.SerializableException/3047383460";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.SerializationException::class)] = "com.google.gwt.user.client.rpc.SerializationException/2836333220";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException::class)] = "com.google.gwt.user.client.rpc.ServiceDefTarget$NoServiceEntryPointSpecifiedException/3408313447";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.gwt.user.client.rpc.XsrfToken::class)] = "com.google.gwt.user.client.rpc.XsrfToken/4254043109";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@com.google.web.bindery.event.shared.UmbrellaException::class)] = "com.google.web.bindery.event.shared.UmbrellaException/1025846929";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.io.IOException::class)] = "java.io.IOException/1159940531";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.io.UnsupportedEncodingException::class)] = "java.io.UnsupportedEncodingException/1526756933";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.ArithmeticException::class)] = "java.lang.ArithmeticException/1539622151";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.ArrayIndexOutOfBoundsException::class)] = "java.lang.ArrayIndexOutOfBoundsException/600550433";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.ArrayStoreException::class)] = "java.lang.ArrayStoreException/3540507190";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.AssertionError::class)] = "java.lang.AssertionError/3490171458";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.Boolean::class)] = "java.lang.Boolean/476441737";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.ClassCastException::class)] = "java.lang.ClassCastException/702295179";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.Error::class)] = "java.lang.Error/1331973429";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.Exception::class)] = "java.lang.Exception/1920171873";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.IllegalArgumentException::class)] = "java.lang.IllegalArgumentException/1755012560";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.IllegalStateException::class)] = "java.lang.IllegalStateException/1972187323";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.IndexOutOfBoundsException::class)] = "java.lang.IndexOutOfBoundsException/2489527753";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.Integer::class)] = "java.lang.Integer/3438268394";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.NegativeArraySizeException::class)] = "java.lang.NegativeArraySizeException/3846860241";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.NullPointerException::class)] = "java.lang.NullPointerException/1463492344";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.NumberFormatException::class)] = "java.lang.NumberFormatException/3305228476";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.RuntimeException::class)] = "java.lang.RuntimeException/515124647";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.String::class)] = "java.lang.String/2004016611";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.StringIndexOutOfBoundsException::class)] = "java.lang.StringIndexOutOfBoundsException/500777603";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.Throwable::class)] = "java.lang.Throwable/2953622131";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.UnsupportedOperationException::class)] = "java.lang.UnsupportedOperationException/3744010015";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.annotation.AnnotationFormatError::class)] = "java.lang.annotation.AnnotationFormatError/2257184627";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.lang.annotation.AnnotationTypeMismatchException::class)] = "java.lang.annotation.AnnotationTypeMismatchException/976205828";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.security.DigestException::class)] = "java.security.DigestException/629316798";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.security.GeneralSecurityException::class)] = "java.security.GeneralSecurityException/2669239907";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.security.NoSuchAlgorithmException::class)] = "java.security.NoSuchAlgorithmException/2892037213";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.sql.Date::class)] = "java.sql.Date/730999118";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.sql.Time::class)] = "java.sql.Time/1816797103";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.sql.Timestamp::class)] = "java.sql.Timestamp/3040052672";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.ArrayList::class)] = "java.util.ArrayList/4159755760";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Collections.EmptySet::class)] = "java.util.Collections$EmptySet/3523698179";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.ConcurrentModificationException::class)] = "java.util.ConcurrentModificationException/2717383897";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.Date::class)] = "java.util.Date/3385151746";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.EmptyStackException::class)] = "java.util.EmptyStackException/89438517";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.HashSet::class)] = "java.util.HashSet/3273092938";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.LinkedHashSet::class)] = "java.util.LinkedHashSet/1826081506";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.NoSuchElementException::class)] = "java.util.NoSuchElementException/1559248883";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.TooManyListenersException::class)] = "java.util.TooManyListenersException/2023078032";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.TreeMap::class)] = "java.util.TreeMap/1493889780";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@java.util.TreeSet::class)] = "java.util.TreeSet/4043497002";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@javax.validation.ConstraintDeclarationException::class)] = "javax.validation.ConstraintDeclarationException/3610544007";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@javax.validation.ConstraintDefinitionException::class)] = "javax.validation.ConstraintDefinitionException/3732439488";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@javax.validation.ConstraintViolationException::class)] = "javax.validation.ConstraintViolationException/173345760";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@javax.validation.GroupDefinitionException::class)] = "javax.validation.GroupDefinitionException/4024780846";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@javax.validation.UnexpectedTypeException::class)] = "javax.validation.UnexpectedTypeException/593026390";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@javax.validation.ValidationException::class)] = "javax.validation.ValidationException/1570221831";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.gwt.web.ui.asset.shared.AssetCommand::class)] = "org.opennms.gwt.web.ui.asset.shared.AssetCommand/2836854699";
  result[@com.google.gwt.core.client.impl.Impl::getHashCode(Ljava/lang/Object;)(@org.opennms.gwt.web.ui.asset.shared.AssetSuggCommand::class)] = "org.opennms.gwt.web.ui.asset.shared.AssetSuggCommand/3238763033";
  return result;
}-*/;