Class LocalLivenessAnalyser

java.lang.Object
sootup.interceptors.LocalLivenessAnalyser

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

    • LocalLivenessAnalyser

      public LocalLivenessAnalyser(@NonNull StmtGraph<?> graph)
  • Method Details

    • getLiveLocalsBeforeStmt

      public @NonNull Set<Local> getLiveLocalsBeforeStmt(@NonNull Stmt stmt)
      Get all live locals before the given stmt.
    • getLiveLocalsAfterStmt

      public @NonNull Set<Local> getLiveLocalsAfterStmt(@NonNull Stmt stmt)
      Get all live locals after the given stmt.