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

Java/jdk/internal/reflect/ReflectionFactory_static.fz


# Fuzion interface to static members of Java class 'jdk.internal.reflect.ReflectionFactory'
#
# !!!!!!  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.reflect.ReflectionFactory_static is

  # call Java static method 'public static jdk.internal.reflect.ReflectionFactory jdk.internal.reflect.ReflectionFactory.getReflectionFactory()':
  #
  public getReflectionFactory Java.jdk.internal.reflect.ReflectionFactory =>
    fuzion.java.call_static (Java.jdk.internal.reflect.ReflectionFactory) "jdk.internal.reflect.ReflectionFactory" "getReflectionFactory" "()Ljdk/internal/reflect/ReflectionFactory;" []