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

Java/sun/reflect/annotation/AnnotationSupport_static.fz


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

  # call Java static method 'public static java.lang.annotation.Annotation[] sun.reflect.annotation.AnnotationSupport.getAssociatedAnnotations(java.util.Map,java.lang.Class,java.lang.Class)':
  #
  public getAssociatedAnnotations_Ljava_7_util_7_Map_s_Ljava_7_lang_7_Class_s_Ljava_7_lang_7_Class_s_(arg0 Java.java.util.Map, arg1 Java.java.lang.Class, arg2 Java.java.lang.Class) fuzion.java.Array (Java.java.lang.annotation.Annotation) =>
    fuzion.java.call_static (fuzion.java.Array (Java.java.lang.annotation.Annotation)) "sun.reflect.annotation.AnnotationSupport" "getAssociatedAnnotations" "(Ljava/util/Map;Ljava/lang/Class;Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;" [(Java.sun.reflect.annotation.AnnotationSupport_static.getAssociatedAnnotations_Ljava_7_util_7_Map_s_Ljava_7_lang_7_Class_s_Ljava_7_lang_7_Class_s_.this.arg0); (Java.sun.reflect.annotation.AnnotationSupport_static.getAssociatedAnnotations_Ljava_7_util_7_Map_s_Ljava_7_lang_7_Class_s_Ljava_7_lang_7_Class_s_.this.arg1); (Java.sun.reflect.annotation.AnnotationSupport_static.getAssociatedAnnotations_Ljava_7_util_7_Map_s_Ljava_7_lang_7_Class_s_Ljava_7_lang_7_Class_s_.this.arg2)]

  # call Java static method 'public static java.lang.annotation.Annotation[] sun.reflect.annotation.AnnotationSupport.getDirectlyAndIndirectlyPresent(java.util.Map,java.lang.Class)':
  #
  public getDirectlyAndIndirectlyPresent_Ljava_7_util_7_Map_s_Ljava_7_lang_7_Class_s_(arg0 Java.java.util.Map, arg1 Java.java.lang.Class) fuzion.java.Array (Java.java.lang.annotation.Annotation) =>
    fuzion.java.call_static (fuzion.java.Array (Java.java.lang.annotation.Annotation)) "sun.reflect.annotation.AnnotationSupport" "getDirectlyAndIndirectlyPresent" "(Ljava/util/Map;Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;" [(Java.sun.reflect.annotation.AnnotationSupport_static.getDirectlyAndIndirectlyPresent_Ljava_7_util_7_Map_s_Ljava_7_lang_7_Class_s_.this.arg0); (Java.sun.reflect.annotation.AnnotationSupport_static.getDirectlyAndIndirectlyPresent_Ljava_7_util_7_Map_s_Ljava_7_lang_7_Class_s_.this.arg1)]

  # call Java static method 'public static java.util.Map sun.reflect.annotation.AnnotationSupport.memberValues(java.lang.annotation.Annotation)':
  #
  public memberValues_Ljava_7_lang_7_annotation_7_Annotation_s_(arg0 Java.java.lang.annotation.Annotation) Java.java.util.Map =>
    fuzion.java.call_static (Java.java.util.Map) "sun.reflect.annotation.AnnotationSupport" "memberValues" "(Ljava/lang/annotation/Annotation;)Ljava/util/Map;" [(Java.sun.reflect.annotation.AnnotationSupport_static.memberValues_Ljava_7_lang_7_annotation_7_Annotation_s_.this.arg0)]

  # short-hand to call Java method 'public static java.lang.annotation.Annotation[] sun.reflect.annotation.AnnotationSupport.getAssociatedAnnotations(java.util.Map,java.lang.Class,java.lang.Class)':
  #
  public getAssociatedAnnotations(arg0 Java.java.util.Map, arg1 Java.java.lang.Class, arg2 Java.java.lang.Class) (fuzion.java.Array (Java.java.lang.annotation.Annotation)) =>
    getAssociatedAnnotations_Ljava_7_util_7_Map_s_Ljava_7_lang_7_Class_s_Ljava_7_lang_7_Class_s_ Java.sun.reflect.annotation.AnnotationSupport_static.getAssociatedAnnotations.this.arg0 Java.sun.reflect.annotation.AnnotationSupport_static.getAssociatedAnnotations.this.arg1 Java.sun.reflect.annotation.AnnotationSupport_static.getAssociatedAnnotations.this.arg2

  # short-hand to call Java method 'public static java.lang.annotation.Annotation[] sun.reflect.annotation.AnnotationSupport.getDirectlyAndIndirectlyPresent(java.util.Map,java.lang.Class)':
  #
  public getDirectlyAndIndirectlyPresent(arg0 Java.java.util.Map, arg1 Java.java.lang.Class) (fuzion.java.Array (Java.java.lang.annotation.Annotation)) =>
    getDirectlyAndIndirectlyPresent_Ljava_7_util_7_Map_s_Ljava_7_lang_7_Class_s_ Java.sun.reflect.annotation.AnnotationSupport_static.getDirectlyAndIndirectlyPresent.this.arg0 Java.sun.reflect.annotation.AnnotationSupport_static.getDirectlyAndIndirectlyPresent.this.arg1

  # short-hand to call Java method 'public static java.util.Map sun.reflect.annotation.AnnotationSupport.memberValues(java.lang.annotation.Annotation)':
  #
  public memberValues(arg0 Java.java.lang.annotation.Annotation) (Java.java.util.Map) =>
    memberValues_Ljava_7_lang_7_annotation_7_Annotation_s_ Java.sun.reflect.annotation.AnnotationSupport_static.memberValues.this.arg0

  # call Java constructor 'public sun.reflect.annotation.AnnotationSupport()':
  #
  public new Java.sun.reflect.annotation.AnnotationSupport =>
    fuzion.java.call_constructor (Java.sun.reflect.annotation.AnnotationSupport) "sun.reflect.annotation.AnnotationSupport" "()V" []