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

Java/java/text/RuleBasedCollator_static.fz


# Fuzion interface to static members of Java class 'java.text.RuleBasedCollator'
#
# !!!!!!  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.java.text.RuleBasedCollator_static is

  # call Java constructor 'public java.text.RuleBasedCollator(java.lang.String) throws java.text.ParseException':
  #
  public new_Ljava_7_lang_7_String_s_(arg0 String) outcome (Java.java.text.RuleBasedCollator) =>
    fuzion.java.call_constructor (outcome (Java.java.text.RuleBasedCollator)) "java.text.RuleBasedCollator" "(Ljava/lang/String;)V" [(fuzion.java.string_to_java_object Java.java.text.RuleBasedCollator_static.new_Ljava_7_lang_7_String_s_.this.arg0)]

  # short-hand to call Java constructor 'public java.text.RuleBasedCollator(java.lang.String) throws java.text.ParseException':
  #
  public new(arg0 String) (outcome (Java.java.text.RuleBasedCollator)) =>
    new_Ljava_7_lang_7_String_s_ Java.java.text.RuleBasedCollator_static.new.this.arg0