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

Java/sun/nio/ch/NioSocketImpl_static.fz


# Fuzion interface to static members of Java class 'sun.nio.ch.NioSocketImpl'
#
# !!!!!!  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.nio.ch.NioSocketImpl_static is

  # call Java constructor 'public sun.nio.ch.NioSocketImpl(boolean)':
  #
  public new_Z(arg0 bool) Java.sun.nio.ch.NioSocketImpl =>
    fuzion.java.call_constructor (Java.sun.nio.ch.NioSocketImpl) "sun.nio.ch.NioSocketImpl" "(Z)V" [(fuzion.java.bool_to_java_object Java.sun.nio.ch.NioSocketImpl_static.new_Z.this.arg0)]

  # short-hand to call Java constructor 'public sun.nio.ch.NioSocketImpl(boolean)':
  #
  public new(arg0 bool) (Java.sun.nio.ch.NioSocketImpl) =>
    new_Z Java.sun.nio.ch.NioSocketImpl_static.new.this.arg0