public static class StringPattern.Match extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Match(String originalString,
int beginIndex,
int endIndex,
List<Object> captures) |
| Modifier and Type | Method and Description |
|---|---|
int |
beginIndex() |
List<Object> |
captures() |
int |
endIndex() |
String |
fullMatch() |
String |
originalString() |
Copyright © 2016–2017. All rights reserved.