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

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


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

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

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