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

Java/java/text/AttributedCharacterIterator_S_Attribute_static.fz


# Fuzion interface to static members of Java class 'java.text.AttributedCharacterIterator$Attribute'
#
# !!!!!!  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.AttributedCharacterIterator_S_Attribute_static is

  # read static Java field 'public static final java.text.AttributedCharacterIterator$Attribute java.text.AttributedCharacterIterator$Attribute.INPUT_METHOD_SEGMENT':
  #
  public INPUT__METHOD__SEGMENT Java.java.text.AttributedCharacterIterator_S_Attribute =>
    fuzion.java.get_static_field (Java.java.text.AttributedCharacterIterator_S_Attribute) "java.text.AttributedCharacterIterator\$Attribute" "INPUT_METHOD_SEGMENT"

  # read static Java field 'public static final java.text.AttributedCharacterIterator$Attribute java.text.AttributedCharacterIterator$Attribute.LANGUAGE':
  #
  public LANGUAGE Java.java.text.AttributedCharacterIterator_S_Attribute =>
    fuzion.java.get_static_field (Java.java.text.AttributedCharacterIterator_S_Attribute) "java.text.AttributedCharacterIterator\$Attribute" "LANGUAGE"

  # read static Java field 'public static final java.text.AttributedCharacterIterator$Attribute java.text.AttributedCharacterIterator$Attribute.READING':
  #
  public READING Java.java.text.AttributedCharacterIterator_S_Attribute =>
    fuzion.java.get_static_field (Java.java.text.AttributedCharacterIterator_S_Attribute) "java.text.AttributedCharacterIterator\$Attribute" "READING"