Package proguard.util

Class SingleFunctionParser

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      A main method for testing name matching and replacement.
      StringFunction parse​(java.lang.String regularExpression)
      Creates a StringFunction for the given regular expression.
      • Methods inherited from class java.lang.Object

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

      • SingleFunctionParser

        public SingleFunctionParser​(StringParser stringParser,
                                    WildcardManager wildcardManager)
        Creates a new SingleFunctionParser.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        A main method for testing name matching and replacement.