public final class ReplaceAction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
length |
static int |
REPLACE
Replace the current match.
|
static int |
SKIP
Skip the current match.
|
static int |
STOP
Terminate the replace operation.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String replaceActionName) |
static java.lang.String |
getName(int replaceAction) |
static int[] |
getValues() |
static java.lang.String |
toString(int replaceAction) |