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

Java/jdk/internal/classfile/AnnotationValue_S_OfEnum.fz


# Fuzion interface to instance members of Java instance class 'jdk.internal.classfile.AnnotationValue$OfEnum'
#
# !!!!!!  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.jdk.internal.classfile.AnnotationValue_S_OfEnum(forbidden void) ref : fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public abstract jdk.internal.classfile.constantpool.Utf8Entry jdk.internal.classfile.AnnotationValue$OfEnum.className()':
  #
  public className Java.jdk.internal.classfile.constantpool.Utf8Entry =>
    fuzion.java.call_virtual (Java.jdk.internal.classfile.constantpool.Utf8Entry) "jdk.internal.classfile.AnnotationValue\$OfEnum" "className" "()Ljdk/internal/classfile/constantpool/Utf8Entry;" AnnotationValue_S_OfEnum.this []

  # call Java instance method 'public default java.lang.constant.ClassDesc jdk.internal.classfile.AnnotationValue$OfEnum.classSymbol()':
  #
  public classSymbol Java.java.lang.constant.ClassDesc =>
    fuzion.java.call_virtual (Java.java.lang.constant.ClassDesc) "jdk.internal.classfile.AnnotationValue\$OfEnum" "classSymbol" "()Ljava/lang/constant/ClassDesc;" AnnotationValue_S_OfEnum.this []

  # call Java instance method 'public abstract jdk.internal.classfile.constantpool.Utf8Entry jdk.internal.classfile.AnnotationValue$OfEnum.constantName()':
  #
  public constantName Java.jdk.internal.classfile.constantpool.Utf8Entry =>
    fuzion.java.call_virtual (Java.jdk.internal.classfile.constantpool.Utf8Entry) "jdk.internal.classfile.AnnotationValue\$OfEnum" "constantName" "()Ljdk/internal/classfile/constantpool/Utf8Entry;" AnnotationValue_S_OfEnum.this []