Package proguard.util
Class MatchedStringFunction
java.lang.Object
proguard.util.MatchedStringFunction
- All Implemented Interfaces:
StringFunction
This
StringFunction returns the most recently matched string of a given VariableStringMatcher.-
Field Summary
Fields inherited from interface proguard.util.StringFunction
IDENTITY_FUNCTION -
Constructor Summary
ConstructorsConstructorDescriptionMatchedStringFunction(VariableStringMatcher variableStringMatcher) Creates a new MatchedStringFunction with the given variable string matcher. -
Method Summary
-
Constructor Details
-
MatchedStringFunction
Creates a new MatchedStringFunction with the given variable string matcher.
-
-
Method Details
-
transform
Description copied from interface:StringFunctionTransforms the given string into a new string.- Specified by:
transformin interfaceStringFunction
-