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

Java/java/time/format/TextStyle.fz


# Fuzion interface to instance members of Java instance class 'java.time.format.TextStyle'
#
# !!!!!!  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.time.format.TextStyle(redef forbidden void) ref : Java.java.lang.Enum(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public java.time.format.TextStyle java.time.format.TextStyle.asNormal()':
  #
  public asNormal Java.java.time.format.TextStyle =>
    fuzion.java.call_virtual (Java.java.time.format.TextStyle) "java.time.format.TextStyle" "asNormal" "()Ljava/time/format/TextStyle;" TextStyle.this []

  # call Java instance method 'public java.time.format.TextStyle java.time.format.TextStyle.asStandalone()':
  #
  public asStandalone Java.java.time.format.TextStyle =>
    fuzion.java.call_virtual (Java.java.time.format.TextStyle) "java.time.format.TextStyle" "asStandalone" "()Ljava/time/format/TextStyle;" TextStyle.this []

  # call Java instance method 'public boolean java.time.format.TextStyle.isStandalone()':
  #
  public isStandalone bool =>
    fuzion.java.call_virtual (bool) "java.time.format.TextStyle" "isStandalone" "()Z" TextStyle.this []