• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

Java GwtScriptOnly类代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了Java中com.google.gwt.core.client.GwtScriptOnly的典型用法代码示例。如果您正苦于以下问题:Java GwtScriptOnly类的具体用法?Java GwtScriptOnly怎么用?Java GwtScriptOnly使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。



GwtScriptOnly类属于com.google.gwt.core.client包,在下文中一共展示了GwtScriptOnly类的5个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的Java代码示例。

示例1: put

import com.google.gwt.core.client.GwtScriptOnly; //导入依赖的package包/类
@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;
}-*/;
 
开发者ID:WeTheInternet,项目名称:xapi,代码行数:16,代码来源:StringToGwt.java


示例2: loadSignaturesNative

import com.google.gwt.core.client.GwtScriptOnly; //导入依赖的package包/类
@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;
}-*/;
 
开发者ID:vishwaabhinav,项目名称:OpenNMS,代码行数:31,代码来源:SurveillanceService_TypeSerializer.java


示例3: loadSignaturesNative

import com.google.gwt.core.client.GwtScriptOnly; //导入依赖的package包/类
@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;
}-*/;
 
开发者ID:vishwaabhinav,项目名称:OpenNMS,代码行数:56,代码来源:EventService_TypeSerializer.java


示例4: loadSignaturesNative

import com.google.gwt.core.client.GwtScriptOnly; //导入依赖的package包/类
@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;
}-*/;
 
开发者ID:vishwaabhinav,项目名称:OpenNMS,代码行数:53,代码来源:LocationStatusService_TypeSerializer.java


示例5: loadSignaturesNative

import com.google.gwt.core.client.GwtScriptOnly; //导入依赖的package包/类
@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;
}-*/;
 
开发者ID:vishwaabhinav,项目名称:OpenNMS,代码行数:67,代码来源:AssetService_TypeSerializer.java



注:本文中的com.google.gwt.core.client.GwtScriptOnly类示例整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
Java GaussIntegrator类代码示例发布时间:2022-05-22
下一篇:
Java CodeableConceptDt类代码示例发布时间:2022-05-22
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap