Interface InterprocAnalysisResult<I, T extends IBasicBlock<I>>
public interface InterprocAnalysisResult<I, T extends IBasicBlock<I>>
Interface to retrieve the result of the interprocedural analysis.
- Author:
- Juergen Graf <graf@kit.edu>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true iff an analysis result exists for the given call graph node.Returns the result of the interprocedural analysis for the given call graph node.
-
Method Details
-
getResult
Returns the result of the interprocedural analysis for the given call graph node. -
containsResult
Returns true iff an analysis result exists for the given call graph node.
-