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

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


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

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

  # call Java instance method 'public java.lang.Integer jdk.internal.classfile.impl.AbstractInstruction$BoundArgumentConstantInstruction.constantValue()':
  #
  public constantValue Java.java.lang.Integer =>
    fuzion.java.call_virtual (Java.java.lang.Integer) "jdk.internal.classfile.impl.AbstractInstruction\$BoundArgumentConstantInstruction" "constantValue" "()Ljava/lang/Integer;" AbstractInstruction_S_BoundArgumentConstantInstruction.this []