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

Java/jdk/internal/util/SystemProps_static.fz


# Fuzion interface to static members of Java class 'jdk.internal.util.SystemProps'
#
# !!!!!!  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.util.SystemProps_static is

  # call Java static method 'public static java.util.Map jdk.internal.util.SystemProps.initProperties()':
  #
  public initProperties Java.java.util.Map =>
    fuzion.java.call_static (Java.java.util.Map) "jdk.internal.util.SystemProps" "initProperties" "()Ljava/util/Map;" []

  # call Java static method 'public static boolean jdk.internal.util.SystemProps.isBadIoTmpdir()':
  #
  public isBadIoTmpdir bool =>
    fuzion.java.call_static (bool) "jdk.internal.util.SystemProps" "isBadIoTmpdir" "()Z" []