Package proguard.util
Interface StringFunctionParser
- All Known Implementing Classes:
ListFunctionParser,SingleFunctionParser
public interface StringFunctionParser
This interface provides a method to create a
StringFunction for a given regular
expression.-
Method Summary
Modifier and TypeMethodDescriptionCreates a StringFunction for the given regular expression.
-
Method Details
-
parse
Creates a StringFunction for the given regular expression.
-