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

Java/jdk/internal/classfile/impl/UnboundAttribute_S_EmptyBootstrapAttribute.fz


# Fuzion interface to instance members of Java instance class 'jdk.internal.classfile.impl.UnboundAttribute$EmptyBootstrapAttribute'
#
# !!!!!!  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.impl.UnboundAttribute_S_EmptyBootstrapAttribute(redef forbidden void) ref : Java.jdk.internal.classfile.impl.UnboundAttribute(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public java.util.List jdk.internal.classfile.impl.UnboundAttribute$EmptyBootstrapAttribute.bootstrapMethods()':
  #
  public bootstrapMethods Java.java.util.List =>
    fuzion.java.call_virtual (Java.java.util.List) "jdk.internal.classfile.impl.UnboundAttribute\$EmptyBootstrapAttribute" "bootstrapMethods" "()Ljava/util/List;" UnboundAttribute_S_EmptyBootstrapAttribute.this []

  # call Java instance method 'public int jdk.internal.classfile.impl.UnboundAttribute$EmptyBootstrapAttribute.bootstrapMethodsSize()':
  #
  public bootstrapMethodsSize i32 =>
    fuzion.java.call_virtual (i32) "jdk.internal.classfile.impl.UnboundAttribute\$EmptyBootstrapAttribute" "bootstrapMethodsSize" "()I" UnboundAttribute_S_EmptyBootstrapAttribute.this []