Class StackDepthAnalysis

    • Constructor Detail

      • StackDepthAnalysis

        public StackDepthAnalysis​(org.apache.bcel.generic.ConstantPoolGen cpg,
                                  DepthFirstSearch dfs)
        Constructor.
        Parameters:
        cpg - the ConstantPoolGen of the method whose CFG we're performing the analysis on
        dfs - DepthFirstSearch of the method's CFG