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

Java/jdk/internal/org/objectweb/asm/tree/IntInsnNode.fz


# Fuzion interface to instance members of Java instance class 'jdk.internal.org.objectweb.asm.tree.IntInsnNode'
#
# !!!!!!  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.org.objectweb.asm.tree.IntInsnNode(redef forbidden void) ref : Java.jdk.internal.org.objectweb.asm.tree.AbstractInsnNode(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public void jdk.internal.org.objectweb.asm.tree.IntInsnNode.setOpcode(int)':
  #
  public setOpcode_I(arg0 i32) unit =>
    fuzion.java.call_virtual (unit) "jdk.internal.org.objectweb.asm.tree.IntInsnNode" "setOpcode" "(I)V" IntInsnNode.this [(fuzion.java.i32_to_java_object Java.jdk.internal.org.objectweb.asm.tree.IntInsnNode.setOpcode_I.this.arg0)]

  # short-hand to call Java method 'public void jdk.internal.org.objectweb.asm.tree.IntInsnNode.setOpcode(int)':
  #
  public setOpcode(arg0 i32) (unit) =>
    setOpcode_I Java.jdk.internal.org.objectweb.asm.tree.IntInsnNode.setOpcode.this.arg0

  # read instance Java field 'public int jdk.internal.org.objectweb.asm.tree.IntInsnNode.operand':
  #
  public operand i32 =>
    fuzion.java.get_field (i32) IntInsnNode.this "operand"