Package proguard.util

Class NotMatcher


public class NotMatcher extends StringMatcher
This StringMatcher tests whether strings does not match the given StringMatcher.
  • Constructor Details

  • Method Details

    • matches

      protected boolean matches(String string, int beginOffset, int endOffset)
      Description copied from class: StringMatcher
      Checks whether the given substring matches.
      Specified by:
      matches in class StringMatcher
      Parameters:
      string - the string to match.
      beginOffset - the start offset of the substring (inclusive).
      endOffset - the end offset of the substring (exclusive).
      Returns:
      a boolean indicating whether the substring matches the criterion.