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

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


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

  # call Java instance method 'public int jdk.internal.classfile.impl.AbstractInstruction$UnboundInvokeInstruction.count()':
  #
  public count i32 =>
    fuzion.java.call_virtual (i32) "jdk.internal.classfile.impl.AbstractInstruction\$UnboundInvokeInstruction" "count" "()I" AbstractInstruction_S_UnboundInvokeInstruction.this []

  # call Java instance method 'public boolean jdk.internal.classfile.impl.AbstractInstruction$UnboundInvokeInstruction.isInterface()':
  #
  public isInterface bool =>
    fuzion.java.call_virtual (bool) "jdk.internal.classfile.impl.AbstractInstruction\$UnboundInvokeInstruction" "isInterface" "()Z" AbstractInstruction_S_UnboundInvokeInstruction.this []

  # call Java instance method 'public jdk.internal.classfile.constantpool.MemberRefEntry jdk.internal.classfile.impl.AbstractInstruction$UnboundInvokeInstruction.method()':
  #
  public method Java.jdk.internal.classfile.constantpool.MemberRefEntry =>
    fuzion.java.call_virtual (Java.jdk.internal.classfile.constantpool.MemberRefEntry) "jdk.internal.classfile.impl.AbstractInstruction\$UnboundInvokeInstruction" "method" "()Ljdk/internal/classfile/constantpool/MemberRefEntry;" AbstractInstruction_S_UnboundInvokeInstruction.this []