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 ThisExecutorInstanceHandler
decides whether a method always returns its calling instance based on a mapping of class names to aStringMatcher
for method names.