public interface InterprocAnalysisResult<I,T extends IBasicBlock<I>>
Modifier and Type | Method and Description |
---|---|
boolean |
containsResult(CGNode n)
Returns true iff an analysis result exists for the given call graph node.
|
ExceptionPruningAnalysis<I,T> |
getResult(CGNode n)
Returns the result of the interprocedural analysis for the given call graph node.
|
ExceptionPruningAnalysis<I,T> getResult(CGNode n)
boolean containsResult(CGNode n)