Class Cfg


  • public class Cfg
    extends java.lang.Object
    TODO DOC
    • Constructor Detail

      • Cfg

        public Cfg()
    • Method Detail

      • countLocalReads

        public static int[] countLocalReads​(IrMethod method)
      • reIndexLocalAndLabel

        public static void reIndexLocalAndLabel​(IrMethod irMethod)
      • notThrow

        public static boolean notThrow​(Stmt s)
      • isThrow

        public static boolean isThrow​(Stmt s)
      • createCfgWithoutEx

        public static void createCfgWithoutEx​(IrMethod jm)
      • createCFG

        public static void createCFG​(IrMethod jm)
      • reIndexLocal

        public static int reIndexLocal​(IrMethod method)
        Parameters:
        method -
        Returns:
        size of locals
      • collectTos

        public static void collectTos​(Stmt stmt,
                                      java.util.Set<Stmt> tos)