private static class Dir.GlobArgs
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<org.jruby.util.ByteList> |
arg |
private int |
c |
(package private) Dir.GlobFunc<java.util.List<org.jruby.util.ByteList>> |
func |
| Constructor and Description |
|---|
GlobArgs(Dir.GlobFunc<java.util.List<org.jruby.util.ByteList>> func,
java.util.List<org.jruby.util.ByteList> arg) |
final Dir.GlobFunc<java.util.List<org.jruby.util.ByteList>> func
final java.util.List<org.jruby.util.ByteList> arg
private int c
GlobArgs(Dir.GlobFunc<java.util.List<org.jruby.util.ByteList>> func, java.util.List<org.jruby.util.ByteList> arg)