Class ModelHelper.MethodExecutionContext
- java.lang.Object
-
- proguard.evaluation.value.object.model.reflective.ModelHelper.MethodExecutionContext
-
- Enclosing class:
- ModelHelper
public static final class ModelHelper.MethodExecutionContext extends java.lang.ObjectA helper class groupingMethodExecutionInfoandValueCalculatoras the execution context of a method.
-
-
Constructor Summary
Constructors Constructor Description MethodExecutionContext(MethodExecutionInfo executionInfo, ValueCalculator valueCalculator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodExecutionInfogetExecutionInfo()ValueCalculatorgetValueCalculator()java.lang.StringtoString()
-
-
-
Constructor Detail
-
MethodExecutionContext
public MethodExecutionContext(MethodExecutionInfo executionInfo, ValueCalculator valueCalculator)
-
-
Method Detail
-
getExecutionInfo
public MethodExecutionInfo getExecutionInfo()
-
getValueCalculator
public ValueCalculator getValueCalculator()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-