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

Java/jdk/internal/classfile/AnnotationValue_S_OfConstant.fz


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

  # call Java instance method 'public abstract jdk.internal.classfile.constantpool.AnnotationConstantValueEntry jdk.internal.classfile.AnnotationValue$OfConstant.constant()':
  #
  public constant Java.jdk.internal.classfile.constantpool.AnnotationConstantValueEntry =>
    fuzion.java.call_virtual (Java.jdk.internal.classfile.constantpool.AnnotationConstantValueEntry) "jdk.internal.classfile.AnnotationValue\$OfConstant" "constant" "()Ljdk/internal/classfile/constantpool/AnnotationConstantValueEntry;" AnnotationValue_S_OfConstant.this []

  # call Java instance method 'public abstract java.lang.constant.ConstantDesc jdk.internal.classfile.AnnotationValue$OfConstant.constantValue()':
  #
  public constantValue Java.java.lang.constant.ConstantDesc =>
    fuzion.java.call_virtual (Java.java.lang.constant.ConstantDesc) "jdk.internal.classfile.AnnotationValue\$OfConstant" "constantValue" "()Ljava/lang/constant/ConstantDesc;" AnnotationValue_S_OfConstant.this []