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

Java/sun/reflect/generics/reflectiveObjects/TypeVariableImpl.fz


# Fuzion interface to instance members of Java instance class 'sun.reflect.generics.reflectiveObjects.TypeVariableImpl'
#
# !!!!!!  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.generics.reflectiveObjects.TypeVariableImpl(redef forbidden void) ref : Java.sun.reflect.generics.reflectiveObjects.LazyReflectiveObjectGenerator(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public java.lang.reflect.AnnotatedType[] sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotatedBounds()':
  #
  public getAnnotatedBounds fuzion.java.Array (Java.java.lang.reflect.AnnotatedType) =>
    fuzion.java.call_virtual (fuzion.java.Array (Java.java.lang.reflect.AnnotatedType)) "sun.reflect.generics.reflectiveObjects.TypeVariableImpl" "getAnnotatedBounds" "()[Ljava/lang/reflect/AnnotatedType;" TypeVariableImpl.this []

  # call Java instance method 'public java.lang.annotation.Annotation sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotation(java.lang.Class)':
  #
  public getAnnotation_Ljava_7_lang_7_Class_s_(arg0 Java.java.lang.Class) Java.java.lang.annotation.Annotation =>
    fuzion.java.call_virtual (Java.java.lang.annotation.Annotation) "sun.reflect.generics.reflectiveObjects.TypeVariableImpl" "getAnnotation" "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;" TypeVariableImpl.this [(Java.sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotation_Ljava_7_lang_7_Class_s_.this.arg0)]

  # call Java instance method 'public java.lang.annotation.Annotation[] sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotations()':
  #
  public getAnnotations fuzion.java.Array (Java.java.lang.annotation.Annotation) =>
    fuzion.java.call_virtual (fuzion.java.Array (Java.java.lang.annotation.Annotation)) "sun.reflect.generics.reflectiveObjects.TypeVariableImpl" "getAnnotations" "()[Ljava/lang/annotation/Annotation;" TypeVariableImpl.this []

  # call Java instance method 'public java.lang.annotation.Annotation[] sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotationsByType(java.lang.Class)':
  #
  public getAnnotationsByType_Ljava_7_lang_7_Class_s_(arg0 Java.java.lang.Class) fuzion.java.Array (Java.java.lang.annotation.Annotation) =>
    fuzion.java.call_virtual (fuzion.java.Array (Java.java.lang.annotation.Annotation)) "sun.reflect.generics.reflectiveObjects.TypeVariableImpl" "getAnnotationsByType" "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;" TypeVariableImpl.this [(Java.sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotationsByType_Ljava_7_lang_7_Class_s_.this.arg0)]

  # call Java instance method 'public java.lang.reflect.Type[] sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getBounds()':
  #
  public getBounds fuzion.java.Array (Java.java.lang.reflect.Type) =>
    fuzion.java.call_virtual (fuzion.java.Array (Java.java.lang.reflect.Type)) "sun.reflect.generics.reflectiveObjects.TypeVariableImpl" "getBounds" "()[Ljava/lang/reflect/Type;" TypeVariableImpl.this []

  # call Java instance method 'public java.lang.annotation.Annotation sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getDeclaredAnnotation(java.lang.Class)':
  #
  public getDeclaredAnnotation_Ljava_7_lang_7_Class_s_(arg0 Java.java.lang.Class) Java.java.lang.annotation.Annotation =>
    fuzion.java.call_virtual (Java.java.lang.annotation.Annotation) "sun.reflect.generics.reflectiveObjects.TypeVariableImpl" "getDeclaredAnnotation" "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;" TypeVariableImpl.this [(Java.sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getDeclaredAnnotation_Ljava_7_lang_7_Class_s_.this.arg0)]

  # call Java instance method 'public java.lang.annotation.Annotation[] sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getDeclaredAnnotations()':
  #
  public getDeclaredAnnotations fuzion.java.Array (Java.java.lang.annotation.Annotation) =>
    fuzion.java.call_virtual (fuzion.java.Array (Java.java.lang.annotation.Annotation)) "sun.reflect.generics.reflectiveObjects.TypeVariableImpl" "getDeclaredAnnotations" "()[Ljava/lang/annotation/Annotation;" TypeVariableImpl.this []

  # call Java instance method 'public java.lang.annotation.Annotation[] sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getDeclaredAnnotationsByType(java.lang.Class)':
  #
  public getDeclaredAnnotationsByType_Ljava_7_lang_7_Class_s_(arg0 Java.java.lang.Class) fuzion.java.Array (Java.java.lang.annotation.Annotation) =>
    fuzion.java.call_virtual (fuzion.java.Array (Java.java.lang.annotation.Annotation)) "sun.reflect.generics.reflectiveObjects.TypeVariableImpl" "getDeclaredAnnotationsByType" "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;" TypeVariableImpl.this [(Java.sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getDeclaredAnnotationsByType_Ljava_7_lang_7_Class_s_.this.arg0)]

  # call Java instance method 'public java.lang.reflect.GenericDeclaration sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getGenericDeclaration()':
  #
  public getGenericDeclaration Java.java.lang.reflect.GenericDeclaration =>
    fuzion.java.call_virtual (Java.java.lang.reflect.GenericDeclaration) "sun.reflect.generics.reflectiveObjects.TypeVariableImpl" "getGenericDeclaration" "()Ljava/lang/reflect/GenericDeclaration;" TypeVariableImpl.this []

  # call Java instance method 'public java.lang.String sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getName()':
  #
  public getName Java.java.lang.__jString =>
    fuzion.java.call_virtual (Java.java.lang.__jString) "sun.reflect.generics.reflectiveObjects.TypeVariableImpl" "getName" "()Ljava/lang/String;" TypeVariableImpl.this []

  # short-hand to call Java method 'public java.lang.annotation.Annotation sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotation(java.lang.Class)':
  #
  public getAnnotation(arg0 Java.java.lang.Class) (Java.java.lang.annotation.Annotation) =>
    getAnnotation_Ljava_7_lang_7_Class_s_ Java.sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotation.this.arg0

  # short-hand to call Java method 'public java.lang.annotation.Annotation[] sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotationsByType(java.lang.Class)':
  #
  public getAnnotationsByType(arg0 Java.java.lang.Class) (fuzion.java.Array (Java.java.lang.annotation.Annotation)) =>
    getAnnotationsByType_Ljava_7_lang_7_Class_s_ Java.sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotationsByType.this.arg0

  # short-hand to call Java method 'public java.lang.annotation.Annotation sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getDeclaredAnnotation(java.lang.Class)':
  #
  public getDeclaredAnnotation(arg0 Java.java.lang.Class) (Java.java.lang.annotation.Annotation) =>
    getDeclaredAnnotation_Ljava_7_lang_7_Class_s_ Java.sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getDeclaredAnnotation.this.arg0

  # short-hand to call Java method 'public java.lang.annotation.Annotation[] sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getDeclaredAnnotationsByType(java.lang.Class)':
  #
  public getDeclaredAnnotationsByType(arg0 Java.java.lang.Class) (fuzion.java.Array (Java.java.lang.annotation.Annotation)) =>
    getDeclaredAnnotationsByType_Ljava_7_lang_7_Class_s_ Java.sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getDeclaredAnnotationsByType.this.arg0