Package proguard.evaluation.executor
Class ReflectionExecutor.InstanceCopyResult
- java.lang.Object
-
- proguard.evaluation.executor.ReflectionExecutor.InstanceCopyResult
-
- Enclosing class:
- ReflectionExecutor
public static class ReflectionExecutor.InstanceCopyResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InstanceCopyResult(AnalyzedObject instance, boolean isMutable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalyzedObject
getInstance()
boolean
isMutable()
-
-
-
Constructor Detail
-
InstanceCopyResult
public InstanceCopyResult(AnalyzedObject instance, boolean isMutable)
-
-
Method Detail
-
getInstance
public AnalyzedObject getInstance()
-
isMutable
public boolean isMutable()
-
-