Class AugEvalFunction

java.lang.Object
sootup.interceptors.typeresolving.AugEvalFunction

public class AugEvalFunction extends Object
Author:
Zun Wang
  • Constructor Details

    • AugEvalFunction

      public AugEvalFunction(View view)
  • Method Details

    • evaluate

      public @Nullable Type evaluate(@NonNull Typing typing, @NonNull Value value, @NonNull Stmt stmt, @NonNull StmtGraph<?> graph)
      This method is used to evaluate the type of the given value which the given stmt and body belongs to.