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

Java/sun/text/ComposedCharIter_static.fz


# Fuzion interface to static members of Java class 'sun.text.ComposedCharIter'
#
# !!!!!!  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.sun.text.ComposedCharIter_static is

  # read static Java field 'public static final int sun.text.ComposedCharIter.DONE':
  #
  public DONE i32 =>
    fuzion.java.get_static_field (i32) "sun.text.ComposedCharIter" "DONE"

  # call Java constructor 'public sun.text.ComposedCharIter()':
  #
  public new Java.sun.text.ComposedCharIter =>
    fuzion.java.call_constructor (Java.sun.text.ComposedCharIter) "sun.text.ComposedCharIter" "()V" []