Class AugEvalFunction
java.lang.Object
sootup.interceptors.typeresolving.AugEvalFunction
- Author:
- Zun Wang
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AugEvalFunction
-
-
Method Details
-
evaluate
public @Nullable Type evaluate(@NonNull Typing typing, @NonNull Value value, @NonNull Stmt stmt, @NonNull ControlFlowGraph<?> graph) This method is used to evaluate the type of the given value which the given stmt and body belongs to.
-