Package proguard.evaluation.executor.instancehandler
-
Interface Summary Interface Description ExecutorInstanceHandler This interface provides a method for deciding whether a certain method call returns the calling instance. -
Class Summary Class Description ExecutorMethodInstanceHandler ThisExecutorInstanceHandlerdecides whether a method always returns its calling instance based on a mapping of class names to aStringMatcherfor method names.