Package proguard.util
Interface StringParser
-
- All Known Implementing Classes:
ClassNameParser
,CollectionParser
,FileNameParser
,ListParser
,NameParser
public interface StringParser
This interface provides a method to create aStringMatcher
for a given regular expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringMatcher
parse(java.lang.String regularExpression)
Creates a StringMatcher for the given regular expression.
-
-
-
Method Detail
-
parse
StringMatcher parse(java.lang.String regularExpression)
Creates a StringMatcher for the given regular expression.
-
-