Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/jdk/internal/__k__ref/CleanerImpl_static.fz


# Fuzion interface to static members of Java class 'jdk.internal.ref.CleanerImpl'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.jdk.internal.__k__ref.CleanerImpl_static is

  # call Java static method 'public static void jdk.internal.ref.CleanerImpl.setCleanerImplAccess(java.util.function.Function)':
  #
  public setCleanerImplAccess_Ljava_7_util_7_function_7_Function_s_(arg0 Java.java.util.function.Function) unit =>
    fuzion.java.call_static (unit) "jdk.internal.ref.CleanerImpl" "setCleanerImplAccess" "(Ljava/util/function/Function;)V" [(Java.jdk.internal.__k__ref.CleanerImpl_static.setCleanerImplAccess_Ljava_7_util_7_function_7_Function_s_.this.arg0)]

  # short-hand to call Java method 'public static void jdk.internal.ref.CleanerImpl.setCleanerImplAccess(java.util.function.Function)':
  #
  public setCleanerImplAccess(arg0 Java.java.util.function.Function) (unit) =>
    setCleanerImplAccess_Ljava_7_util_7_function_7_Function_s_ Java.jdk.internal.__k__ref.CleanerImpl_static.setCleanerImplAccess.this.arg0

  # call Java constructor 'public jdk.internal.ref.CleanerImpl()':
  #
  public new Java.jdk.internal.__k__ref.CleanerImpl =>
    fuzion.java.call_constructor (Java.jdk.internal.__k__ref.CleanerImpl) "jdk.internal.ref.CleanerImpl" "()V" []