Package proguard.util
Interface StringParser
- All Known Implementing Classes:
ClassNameParser,CollectionParser,FileNameParser,ListParser,NameParser
public interface StringParser
This interface provides a method to create a
StringMatcher for a given regular
expression.-
Method Summary
Modifier and TypeMethodDescriptionCreates a StringMatcher for the given regular expression.
-
Method Details
-
parse
Creates a StringMatcher for the given regular expression.
-