private static class Dir.GlobPattern
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
begin |
(package private) byte[] |
bytes |
(package private) int |
end |
private int |
flags |
private int |
index |
| Constructor and Description |
|---|
GlobPattern(byte[] bytes,
int index,
int end,
int flags) |
GlobPattern(org.jruby.util.ByteList bytes,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
int |
findClosingIndexOf(int leftTokenIndex) |
boolean |
hasNext() |
int |
index() |
int |
indexOf(byte c) |
byte |
next() |
void |
reset() |
void |
setIndex(int value) |