Package proguard.util

Class MatchingStringFunction

    • Constructor Summary

      Constructors 
      Constructor Description
      MatchingStringFunction​(StringMatcher stringMatcher)
      Creates a new MatchingStringFunction with the given string matcher.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String transform​(java.lang.String string)
      Transforms the given string into a new string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MatchingStringFunction

        public MatchingStringFunction​(StringMatcher stringMatcher)
        Creates a new MatchingStringFunction with the given string matcher.
    • Method Detail

      • transform

        public java.lang.String transform​(java.lang.String string)
        Description copied from interface: StringFunction
        Transforms the given string into a new string.
        Specified by:
        transform in interface StringFunction