public static interface ReplaceStringParser.Consumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
captureGroup(T node,
int groupNumber,
int literalStart,
int literalEnd) |
void |
literal(T node,
int start,
int end) |
void |
match(T node) |
void |
matchHead(T node) |
void |
matchTail(T node) |
void |
namedCaptureGroup(T node,
String groupName) |