Class LocalLivenessAnalyser

java.lang.Object
sootup.interceptors.LocalLivenessAnalyser

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

  • Method Details

    • getLiveLocalsBeforeStmt

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

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