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

Java/jdk/internal/classfile/instruction/StoreInstruction.fz


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

  # call Java instance method 'public abstract int jdk.internal.classfile.instruction.StoreInstruction.slot()':
  #
  public slot i32 =>
    fuzion.java.call_virtual (i32) "jdk.internal.classfile.instruction.StoreInstruction" "slot" "()I" StoreInstruction.this []

  # call Java instance method 'public abstract jdk.internal.classfile.TypeKind jdk.internal.classfile.instruction.StoreInstruction.typeKind()':
  #
  public typeKind Java.jdk.internal.classfile.TypeKind =>
    fuzion.java.call_virtual (Java.jdk.internal.classfile.TypeKind) "jdk.internal.classfile.instruction.StoreInstruction" "typeKind" "()Ljdk/internal/classfile/TypeKind;" StoreInstruction.this []