abstract class CommonMatcher
extends java.lang.Object
Matcher API which is used by this package, and also
shared with the re2j library. For internal use only. Please refer to the Matcher
javadoc for details.| Constructor and Description |
|---|
CommonMatcher() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
end() |
abstract boolean |
find() |
abstract boolean |
find(int index) |
abstract boolean |
matches() |
abstract java.lang.String |
replaceAll(java.lang.String replacement) |
abstract int |
start() |