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

Java/sun/reflect/annotation/AnnotationType_static.fz


# Fuzion interface to static members of Java class 'sun.reflect.annotation.AnnotationType'
#
# !!!!!!  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.sun.reflect.annotation.AnnotationType_static is

  # call Java static method 'public static sun.reflect.annotation.AnnotationType sun.reflect.annotation.AnnotationType.getInstance(java.lang.Class)':
  #
  public getInstance_Ljava_7_lang_7_Class_s_(arg0 Java.java.lang.Class) Java.sun.reflect.annotation.AnnotationType =>
    fuzion.java.call_static (Java.sun.reflect.annotation.AnnotationType) "sun.reflect.annotation.AnnotationType" "getInstance" "(Ljava/lang/Class;)Lsun/reflect/annotation/AnnotationType;" [(Java.sun.reflect.annotation.AnnotationType_static.getInstance_Ljava_7_lang_7_Class_s_.this.arg0)]

  # call Java static method 'public static java.lang.Class sun.reflect.annotation.AnnotationType.invocationHandlerReturnType(java.lang.Class)':
  #
  public invocationHandlerReturnType_Ljava_7_lang_7_Class_s_(arg0 Java.java.lang.Class) Java.java.lang.Class =>
    fuzion.java.call_static (Java.java.lang.Class) "sun.reflect.annotation.AnnotationType" "invocationHandlerReturnType" "(Ljava/lang/Class;)Ljava/lang/Class;" [(Java.sun.reflect.annotation.AnnotationType_static.invocationHandlerReturnType_Ljava_7_lang_7_Class_s_.this.arg0)]

  # short-hand to call Java method 'public static sun.reflect.annotation.AnnotationType sun.reflect.annotation.AnnotationType.getInstance(java.lang.Class)':
  #
  public getInstance(arg0 Java.java.lang.Class) (Java.sun.reflect.annotation.AnnotationType) =>
    getInstance_Ljava_7_lang_7_Class_s_ Java.sun.reflect.annotation.AnnotationType_static.getInstance.this.arg0

  # short-hand to call Java method 'public static java.lang.Class sun.reflect.annotation.AnnotationType.invocationHandlerReturnType(java.lang.Class)':
  #
  public invocationHandlerReturnType(arg0 Java.java.lang.Class) (Java.java.lang.Class) =>
    invocationHandlerReturnType_Ljava_7_lang_7_Class_s_ Java.sun.reflect.annotation.AnnotationType_static.invocationHandlerReturnType.this.arg0