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

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


# Fuzion interface to static members of Java class 'jdk.internal.classfile.instruction.ConstantInstruction'
#
# !!!!!!  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.ConstantInstruction_static is

  # call Java static method 'public static jdk.internal.classfile.instruction.ConstantInstruction$ArgumentConstantInstruction jdk.internal.classfile.instruction.ConstantInstruction.ofArgument(jdk.internal.classfile.Opcode,int)':
  #
  public ofArgument_Ljdk_7_internal_7_classfile_7_Opcode_s_I(arg0 Java.jdk.internal.classfile.Opcode, arg1 i32) Java.jdk.internal.classfile.instruction.ConstantInstruction_S_ArgumentConstantInstruction =>
    fuzion.java.call_static (Java.jdk.internal.classfile.instruction.ConstantInstruction_S_ArgumentConstantInstruction) "jdk.internal.classfile.instruction.ConstantInstruction" "ofArgument" "(Ljdk/internal/classfile/Opcode;I)Ljdk/internal/classfile/instruction/ConstantInstruction\$ArgumentConstantInstruction;" [(Java.jdk.internal.classfile.instruction.ConstantInstruction_static.ofArgument_Ljdk_7_internal_7_classfile_7_Opcode_s_I.this.arg0); (fuzion.java.i32_to_java_object Java.jdk.internal.classfile.instruction.ConstantInstruction_static.ofArgument_Ljdk_7_internal_7_classfile_7_Opcode_s_I.this.arg1)]

  # call Java static method 'public static jdk.internal.classfile.instruction.ConstantInstruction$IntrinsicConstantInstruction jdk.internal.classfile.instruction.ConstantInstruction.ofIntrinsic(jdk.internal.classfile.Opcode)':
  #
  public ofIntrinsic_Ljdk_7_internal_7_classfile_7_Opcode_s_(arg0 Java.jdk.internal.classfile.Opcode) Java.jdk.internal.classfile.instruction.ConstantInstruction_S_IntrinsicConstantInstruction =>
    fuzion.java.call_static (Java.jdk.internal.classfile.instruction.ConstantInstruction_S_IntrinsicConstantInstruction) "jdk.internal.classfile.instruction.ConstantInstruction" "ofIntrinsic" "(Ljdk/internal/classfile/Opcode;)Ljdk/internal/classfile/instruction/ConstantInstruction\$IntrinsicConstantInstruction;" [(Java.jdk.internal.classfile.instruction.ConstantInstruction_static.ofIntrinsic_Ljdk_7_internal_7_classfile_7_Opcode_s_.this.arg0)]

  # call Java static method 'public static jdk.internal.classfile.instruction.ConstantInstruction$LoadConstantInstruction jdk.internal.classfile.instruction.ConstantInstruction.ofLoad(jdk.internal.classfile.Opcode,jdk.internal.classfile.constantpool.LoadableConstantEntry)':
  #
  public ofLoad_Ljdk_7_internal_7_classfile_7_Opcode_s_Ljdk_7_internal_7_classfile_7_constantpool_7_LoadableConstantEntry_s_(arg0 Java.jdk.internal.classfile.Opcode, arg1 Java.jdk.internal.classfile.constantpool.LoadableConstantEntry) Java.jdk.internal.classfile.instruction.ConstantInstruction_S_LoadConstantInstruction =>
    fuzion.java.call_static (Java.jdk.internal.classfile.instruction.ConstantInstruction_S_LoadConstantInstruction) "jdk.internal.classfile.instruction.ConstantInstruction" "ofLoad" "(Ljdk/internal/classfile/Opcode;Ljdk/internal/classfile/constantpool/LoadableConstantEntry;)Ljdk/internal/classfile/instruction/ConstantInstruction\$LoadConstantInstruction;" [(Java.jdk.internal.classfile.instruction.ConstantInstruction_static.ofLoad_Ljdk_7_internal_7_classfile_7_Opcode_s_Ljdk_7_internal_7_classfile_7_constantpool_7_LoadableConstantEntry_s_.this.arg0); (Java.jdk.internal.classfile.instruction.ConstantInstruction_static.ofLoad_Ljdk_7_internal_7_classfile_7_Opcode_s_Ljdk_7_internal_7_classfile_7_constantpool_7_LoadableConstantEntry_s_.this.arg1)]

  # short-hand to call Java method 'public static jdk.internal.classfile.instruction.ConstantInstruction$ArgumentConstantInstruction jdk.internal.classfile.instruction.ConstantInstruction.ofArgument(jdk.internal.classfile.Opcode,int)':
  #
  public ofArgument(arg0 Java.jdk.internal.classfile.Opcode, arg1 i32) (Java.jdk.internal.classfile.instruction.ConstantInstruction_S_ArgumentConstantInstruction) =>
    ofArgument_Ljdk_7_internal_7_classfile_7_Opcode_s_I Java.jdk.internal.classfile.instruction.ConstantInstruction_static.ofArgument.this.arg0 Java.jdk.internal.classfile.instruction.ConstantInstruction_static.ofArgument.this.arg1

  # short-hand to call Java method 'public static jdk.internal.classfile.instruction.ConstantInstruction$IntrinsicConstantInstruction jdk.internal.classfile.instruction.ConstantInstruction.ofIntrinsic(jdk.internal.classfile.Opcode)':
  #
  public ofIntrinsic(arg0 Java.jdk.internal.classfile.Opcode) (Java.jdk.internal.classfile.instruction.ConstantInstruction_S_IntrinsicConstantInstruction) =>
    ofIntrinsic_Ljdk_7_internal_7_classfile_7_Opcode_s_ Java.jdk.internal.classfile.instruction.ConstantInstruction_static.ofIntrinsic.this.arg0

  # short-hand to call Java method 'public static jdk.internal.classfile.instruction.ConstantInstruction$LoadConstantInstruction jdk.internal.classfile.instruction.ConstantInstruction.ofLoad(jdk.internal.classfile.Opcode,jdk.internal.classfile.constantpool.LoadableConstantEntry)':
  #
  public ofLoad(arg0 Java.jdk.internal.classfile.Opcode, arg1 Java.jdk.internal.classfile.constantpool.LoadableConstantEntry) (Java.jdk.internal.classfile.instruction.ConstantInstruction_S_LoadConstantInstruction) =>
    ofLoad_Ljdk_7_internal_7_classfile_7_Opcode_s_Ljdk_7_internal_7_classfile_7_constantpool_7_LoadableConstantEntry_s_ Java.jdk.internal.classfile.instruction.ConstantInstruction_static.ofLoad.this.arg0 Java.jdk.internal.classfile.instruction.ConstantInstruction_static.ofLoad.this.arg1