Class CGIntraproceduralExceptionAnalysis
java.lang.Object
com.ibm.wala.analysis.exceptionanalysis.CGIntraproceduralExceptionAnalysis
Wrapper to store multiple intraprocedural analysis for a call graph.
- Author:
- Stephan Gocht
<stephan@gobro.de>
-
Constructor Summary
ConstructorDescriptionCGIntraproceduralExceptionAnalysis
(CallGraph cg, PointerAnalysis<InstanceKey> pointerAnalysis, ClassHierarchy cha, InterproceduralExceptionFilter<SSAInstruction> filter) -
Method Summary
Modifier and TypeMethodDescriptiongetAnalysis
(CGNode node) Return a set of all Exceptions, which might occur within the given call graph.
-
Constructor Details
-
CGIntraproceduralExceptionAnalysis
public CGIntraproceduralExceptionAnalysis(CallGraph cg, PointerAnalysis<InstanceKey> pointerAnalysis, ClassHierarchy cha, InterproceduralExceptionFilter<SSAInstruction> filter)
-
-
Method Details
-
getAnalysis
- Returns:
- IntraproceduralExceptionAnalysis for given node.
-
getExceptions
Return a set of all Exceptions, which might occur within the given call graph.- Returns:
- all exceptions, which might occur.
-