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

Java/jdk/internal/org/objectweb/asm/tree/analysis/SourceValue_static.fz


# Fuzion interface to static members of Java class 'jdk.internal.org.objectweb.asm.tree.analysis.SourceValue'
#
# !!!!!!  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.analysis.SourceValue_static is

  # call Java constructor 'public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue(int,java.util.Set)':
  #
  public new_ILjava_7_util_7_Set_s_(arg0 i32, arg1 Java.java.util.Set) Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue =>
    fuzion.java.call_constructor (Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue) "jdk.internal.org.objectweb.asm.tree.analysis.SourceValue" "(ILjava/util/Set;)V" [(fuzion.java.i32_to_java_object Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue_static.new_ILjava_7_util_7_Set_s_.this.arg0); (Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue_static.new_ILjava_7_util_7_Set_s_.this.arg1)]

  # call Java constructor 'public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue(int,jdk.internal.org.objectweb.asm.tree.AbstractInsnNode)':
  #
  public new_ILjdk_7_internal_7_org_7_objectweb_7_asm_7_tree_7_AbstractInsnNode_s_(arg0 i32, arg1 Java.jdk.internal.org.objectweb.asm.tree.AbstractInsnNode) Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue =>
    fuzion.java.call_constructor (Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue) "jdk.internal.org.objectweb.asm.tree.analysis.SourceValue" "(ILjdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V" [(fuzion.java.i32_to_java_object Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue_static.new_ILjdk_7_internal_7_org_7_objectweb_7_asm_7_tree_7_AbstractInsnNode_s_.this.arg0); (Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue_static.new_ILjdk_7_internal_7_org_7_objectweb_7_asm_7_tree_7_AbstractInsnNode_s_.this.arg1)]

  # call Java constructor 'public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue(int)':
  #
  public new_I(arg0 i32) Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue =>
    fuzion.java.call_constructor (Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue) "jdk.internal.org.objectweb.asm.tree.analysis.SourceValue" "(I)V" [(fuzion.java.i32_to_java_object Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue_static.new_I.this.arg0)]

  # short-hand to call Java constructor 'public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue(int)':
  #
  public new(arg0 i32) (Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue) =>
    new_I Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue_static.new.this.arg0

  # short-hand to call Java constructor 'public jdk.internal.org.objectweb.asm.tree.analysis.SourceValue(int,java.util.Set)':
  #
  public new(arg0 i32, arg1 Java.java.util.Set) (Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue) =>
    new_ILjava_7_util_7_Set_s_ Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue_static.new.this.arg0 Java.jdk.internal.org.objectweb.asm.tree.analysis.SourceValue_static.new.this.arg1