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

Java/sun/text/ComposedCharIter.fz


# Fuzion interface to instance members of Java instance 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(redef forbidden void) ref : Java.java.lang.Object(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public java.lang.String sun.text.ComposedCharIter.decomposition()':
  #
  public decomposition Java.java.lang.__jString =>
    fuzion.java.call_virtual (Java.java.lang.__jString) "sun.text.ComposedCharIter" "decomposition" "()Ljava/lang/String;" ComposedCharIter.this []

  # call Java instance method 'public int sun.text.ComposedCharIter.next()':
  #
  public next i32 =>
    fuzion.java.call_virtual (i32) "sun.text.ComposedCharIter" "next" "()I" ComposedCharIter.this []