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

Java/java/lang/reflect/Parameter.fz


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

  # call Java instance method 'public java.util.Set java.lang.reflect.Parameter.accessFlags()':
  #
  public accessFlags Java.java.util.Set =>
    fuzion.java.call_virtual (Java.java.util.Set) "java.lang.reflect.Parameter" "accessFlags" "()Ljava/util/Set;" Parameter.this []

  # call Java instance method 'public java.lang.reflect.AnnotatedType java.lang.reflect.Parameter.getAnnotatedType()':
  #
  public getAnnotatedType Java.java.lang.reflect.AnnotatedType =>
    fuzion.java.call_virtual (Java.java.lang.reflect.AnnotatedType) "java.lang.reflect.Parameter" "getAnnotatedType" "()Ljava/lang/reflect/AnnotatedType;" Parameter.this []

  # call Java instance method 'public java.lang.annotation.Annotation java.lang.reflect.Parameter.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) "java.lang.reflect.Parameter" "getAnnotation" "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;" Parameter.this [(Java.java.lang.reflect.Parameter.getAnnotation_Ljava_7_lang_7_Class_s_.this.arg0)]

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

  # call Java instance method 'public java.lang.annotation.Annotation[] java.lang.reflect.Parameter.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)) "java.lang.reflect.Parameter" "getAnnotationsByType" "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;" Parameter.this [(Java.java.lang.reflect.Parameter.getAnnotationsByType_Ljava_7_lang_7_Class_s_.this.arg0)]

  # call Java instance method 'public java.lang.annotation.Annotation java.lang.reflect.Parameter.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) "java.lang.reflect.Parameter" "getDeclaredAnnotation" "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;" Parameter.this [(Java.java.lang.reflect.Parameter.getDeclaredAnnotation_Ljava_7_lang_7_Class_s_.this.arg0)]

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

  # call Java instance method 'public java.lang.annotation.Annotation[] java.lang.reflect.Parameter.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)) "java.lang.reflect.Parameter" "getDeclaredAnnotationsByType" "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;" Parameter.this [(Java.java.lang.reflect.Parameter.getDeclaredAnnotationsByType_Ljava_7_lang_7_Class_s_.this.arg0)]

  # call Java instance method 'public java.lang.reflect.Executable java.lang.reflect.Parameter.getDeclaringExecutable()':
  #
  public getDeclaringExecutable Java.java.lang.reflect.Executable =>
    fuzion.java.call_virtual (Java.java.lang.reflect.Executable) "java.lang.reflect.Parameter" "getDeclaringExecutable" "()Ljava/lang/reflect/Executable;" Parameter.this []

  # call Java instance method 'public int java.lang.reflect.Parameter.getModifiers()':
  #
  public getModifiers i32 =>
    fuzion.java.call_virtual (i32) "java.lang.reflect.Parameter" "getModifiers" "()I" Parameter.this []

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

  # call Java instance method 'public java.lang.reflect.Type java.lang.reflect.Parameter.getParameterizedType()':
  #
  public getParameterizedType Java.java.lang.reflect.Type =>
    fuzion.java.call_virtual (Java.java.lang.reflect.Type) "java.lang.reflect.Parameter" "getParameterizedType" "()Ljava/lang/reflect/Type;" Parameter.this []

  # call Java instance method 'public java.lang.Class java.lang.reflect.Parameter.getType()':
  #
  public getType Java.java.lang.Class =>
    fuzion.java.call_virtual (Java.java.lang.Class) "java.lang.reflect.Parameter" "getType" "()Ljava/lang/Class;" Parameter.this []

  # call Java instance method 'public boolean java.lang.reflect.Parameter.isImplicit()':
  #
  public isImplicit bool =>
    fuzion.java.call_virtual (bool) "java.lang.reflect.Parameter" "isImplicit" "()Z" Parameter.this []

  # call Java instance method 'public boolean java.lang.reflect.Parameter.isNamePresent()':
  #
  public isNamePresent bool =>
    fuzion.java.call_virtual (bool) "java.lang.reflect.Parameter" "isNamePresent" "()Z" Parameter.this []

  # call Java instance method 'public boolean java.lang.reflect.Parameter.isSynthetic()':
  #
  public isSynthetic bool =>
    fuzion.java.call_virtual (bool) "java.lang.reflect.Parameter" "isSynthetic" "()Z" Parameter.this []

  # call Java instance method 'public boolean java.lang.reflect.Parameter.isVarArgs()':
  #
  public isVarArgs bool =>
    fuzion.java.call_virtual (bool) "java.lang.reflect.Parameter" "isVarArgs" "()Z" Parameter.this []

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

  # short-hand to call Java method 'public java.lang.annotation.Annotation[] java.lang.reflect.Parameter.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.java.lang.reflect.Parameter.getAnnotationsByType.this.arg0

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

  # short-hand to call Java method 'public java.lang.annotation.Annotation[] java.lang.reflect.Parameter.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.java.lang.reflect.Parameter.getDeclaredAnnotationsByType.this.arg0