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

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


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

  # call Java constructor 'public jdk.internal.org.objectweb.asm.tree.AnnotationNode(int,java.lang.String)':
  #
  public new_ILjava_7_lang_7_String_s_(arg0 i32, arg1 String) Java.jdk.internal.org.objectweb.asm.tree.AnnotationNode =>
    fuzion.java.call_constructor (Java.jdk.internal.org.objectweb.asm.tree.AnnotationNode) "jdk.internal.org.objectweb.asm.tree.AnnotationNode" "(ILjava/lang/String;)V" [(fuzion.java.i32_to_java_object Java.jdk.internal.org.objectweb.asm.tree.AnnotationNode_static.new_ILjava_7_lang_7_String_s_.this.arg0); (fuzion.java.string_to_java_object Java.jdk.internal.org.objectweb.asm.tree.AnnotationNode_static.new_ILjava_7_lang_7_String_s_.this.arg1)]

  # call Java constructor 'public jdk.internal.org.objectweb.asm.tree.AnnotationNode(java.lang.String)':
  #
  public new_Ljava_7_lang_7_String_s_(arg0 String) Java.jdk.internal.org.objectweb.asm.tree.AnnotationNode =>
    fuzion.java.call_constructor (Java.jdk.internal.org.objectweb.asm.tree.AnnotationNode) "jdk.internal.org.objectweb.asm.tree.AnnotationNode" "(Ljava/lang/String;)V" [(fuzion.java.string_to_java_object Java.jdk.internal.org.objectweb.asm.tree.AnnotationNode_static.new_Ljava_7_lang_7_String_s_.this.arg0)]

  # short-hand to call Java constructor 'public jdk.internal.org.objectweb.asm.tree.AnnotationNode(java.lang.String)':
  #
  public new(arg0 String) (Java.jdk.internal.org.objectweb.asm.tree.AnnotationNode) =>
    new_Ljava_7_lang_7_String_s_ Java.jdk.internal.org.objectweb.asm.tree.AnnotationNode_static.new.this.arg0

  # short-hand to call Java constructor 'public jdk.internal.org.objectweb.asm.tree.AnnotationNode(int,java.lang.String)':
  #
  public new(arg0 i32, arg1 String) (Java.jdk.internal.org.objectweb.asm.tree.AnnotationNode) =>
    new_ILjava_7_lang_7_String_s_ Java.jdk.internal.org.objectweb.asm.tree.AnnotationNode_static.new.this.arg0 Java.jdk.internal.org.objectweb.asm.tree.AnnotationNode_static.new.this.arg1