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

Java/sun/reflect/annotation/TypeAnnotation_S_TypeAnnotationTargetInfo.fz


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

  # call Java instance method 'public int sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.getCount()':
  #
  public getCount i32 =>
    fuzion.java.call_virtual (i32) "sun.reflect.annotation.TypeAnnotation\$TypeAnnotationTargetInfo" "getCount" "()I" TypeAnnotation_S_TypeAnnotationTargetInfo.this []

  # call Java instance method 'public int sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.getSecondaryIndex()':
  #
  public getSecondaryIndex i32 =>
    fuzion.java.call_virtual (i32) "sun.reflect.annotation.TypeAnnotation\$TypeAnnotationTargetInfo" "getSecondaryIndex" "()I" TypeAnnotation_S_TypeAnnotationTargetInfo.this []

  # call Java instance method 'public sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.getTarget()':
  #
  public getTarget Java.sun.reflect.annotation.TypeAnnotation_S_TypeAnnotationTarget =>
    fuzion.java.call_virtual (Java.sun.reflect.annotation.TypeAnnotation_S_TypeAnnotationTarget) "sun.reflect.annotation.TypeAnnotation\$TypeAnnotationTargetInfo" "getTarget" "()Lsun/reflect/annotation/TypeAnnotation\$TypeAnnotationTarget;" TypeAnnotation_S_TypeAnnotationTargetInfo.this []