Class ExplodedCFGNullPointerAnalysis

java.lang.Object
com.ibm.wala.cfg.exc.intra.ExplodedCFGNullPointerAnalysis
All Implemented Interfaces:
ExceptionPruningAnalysis<SSAInstruction,IExplodedBasicBlock>

public class ExplodedCFGNullPointerAnalysis extends Object implements ExceptionPruningAnalysis<SSAInstruction,IExplodedBasicBlock>
Intraprocedural null pointer analysis for the exploded control flow graph.
Author:
Juergen Graf <graf@kit.edu>