public class TransformedStringMatcher
extends proguard.util.StringMatcher
| Constructor and Description |
|---|
TransformedStringMatcher(proguard.util.StringFunction stringFunction,
proguard.util.StringMatcher stringMatcher)
Creates a new TransformedStringMatcher.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.String string) |
protected boolean |
matches(java.lang.String string,
int beginOffset,
int endOffset) |
public TransformedStringMatcher(proguard.util.StringFunction stringFunction,
proguard.util.StringMatcher stringMatcher)
stringFunction - the function to transform strings.stringMatcher - the string matcher to test the transformed
strings.