Package proguard.util
Interface StringParser
-
- All Known Implementing Classes:
ClassNameParser,CollectionParser,FileNameParser,ListParser,NameParser
public interface StringParserThis interface provides a method to create aStringMatcherfor a given regular expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringMatcherparse(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.
-
-