微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

jdk.nashorn.internal.runtime.linker.PrimitiveLookup的实例源码

项目:Openjsharp    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,final Object receiver) {
    final MethodHandle guard = NashornGuards.getInstanceOf2Guard(String.class,Consstring.class);
    return PrimitiveLookup.lookupPrimitive(request,guard,new NativeString((CharSequence)receiver),WRAPFILTER,PROTOFILTER);
}
项目:Openjsharp    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,final Object receiver) {
    return PrimitiveLookup.lookupPrimitive(request,Number.class,new NativeNumber(((Number)receiver).doubleValue()),PROTOFILTER);
}
项目:Openjsharp    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,Boolean.class,new NativeBoolean((Boolean)receiver),PROTOFILTER);
}
项目:openjdk-jdk10    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,NashornGuards.getStringGuard(),PROTOFILTER);
}
项目:openjdk-jdk10    文件NativeSymbol.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,Symbol.class,new NativeSymbol((Symbol)receiver),PROTOFILTER);
}
项目:openjdk-jdk10    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,NashornGuards.getNumberGuard(),PROTOFILTER);
}
项目:openjdk-jdk10    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:openjdk9    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:openjdk9    文件NativeSymbol.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:openjdk9    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:openjdk9    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:kaziranga    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:kaziranga    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:kaziranga    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:lookaside_java-1.8.0-openjdk    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:lookaside_java-1.8.0-openjdk    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:lookaside_java-1.8.0-openjdk    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:jdk8u_nashorn    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:jdk8u_nashorn    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:jdk8u_nashorn    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:infobip-open-jdk-8    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:infobip-open-jdk-8    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:infobip-open-jdk-8    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:OLD-OpenJDK8    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:OLD-OpenJDK8    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:OLD-OpenJDK8    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:nashorn-backport    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:nashorn-backport    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:nashorn-backport    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:nashorn    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:nashorn    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:nashorn    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。