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 Type
    Method
    Description
    parse(String regularExpression)
    Creates a StringMatcher for the given regular expression.
  • Method Details

    • parse

      StringMatcher parse(String regularExpression)
      Creates a StringMatcher for the given regular expression.