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

Java/sun/net/PortConfig_static.fz


# Fuzion interface to static members of Java class 'sun.net.PortConfig'
#
# !!!!!!  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.net.PortConfig_static is

  # call Java static method 'public static int sun.net.PortConfig.getLower()':
  #
  public getLower i32 =>
    fuzion.java.call_static (i32) "sun.net.PortConfig" "getLower" "()I" []

  # call Java static method 'public static int sun.net.PortConfig.getUpper()':
  #
  public getUpper i32 =>
    fuzion.java.call_static (i32) "sun.net.PortConfig" "getUpper" "()I" []