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

Java/java/lang/reflect/RecordComponent.fz


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

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

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

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

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

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

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

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

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

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

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

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