Class CGAnalysisContext<E extends ISSABasicBlock>

java.lang.Object
org.scandroid.util.CGAnalysisContext<E>

public class CGAnalysisContext<E extends ISSABasicBlock> extends Object
Author:
acfoltzer

Represents an analysis context after the call graph, pointer analysis, and supergraphs have been generated. This is separated from AndroidAnalysisContext since these depend on the entrypoints for analysis in a way that is not likely reusable across all analyses of a particular classpath