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

Java/java/nio/file/PathMatcher.fz


# Fuzion interface to instance members of Java instance class 'java.nio.file.PathMatcher'
#
# !!!!!!  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.nio.file.PathMatcher(forbidden void) ref : fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public abstract boolean java.nio.file.PathMatcher.matches(java.nio.file.Path)':
  #
  public matches_Ljava_7_nio_7_file_7_Path_s_(arg0 Java.java.nio.file.Path) bool =>
    fuzion.java.call_virtual (bool) "java.nio.file.PathMatcher" "matches" "(Ljava/nio/file/Path;)Z" PathMatcher.this [(Java.java.nio.file.PathMatcher.matches_Ljava_7_nio_7_file_7_Path_s_.this.arg0)]

  # short-hand to call Java method 'public abstract boolean java.nio.file.PathMatcher.matches(java.nio.file.Path)':
  #
  public matches(arg0 Java.java.nio.file.Path) (bool) =>
    matches_Ljava_7_nio_7_file_7_Path_s_ Java.java.nio.file.PathMatcher.matches.this.arg0