Package proguard.util
Interface StringFunctionParser
-
- All Known Implementing Classes:
ListFunctionParser,SingleFunctionParser
public interface StringFunctionParserThis interface provides a method to create aStringFunctionfor a given regular expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringFunctionparse(java.lang.String regularExpression)Creates a StringFunction for the given regular expression.
-
-
-
Method Detail
-
parse
StringFunction parse(java.lang.String regularExpression)
Creates a StringFunction for the given regular expression.
-
-