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.Object
A helper class groupingMethodExecutionInfo
andValueCalculator
as 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 MethodExecutionInfo
getExecutionInfo()
ValueCalculator
getValueCalculator()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-