public class IntraproceduralNullPointerAnalysis
extends java.lang.Object
This class is basically a copy of IntraprocNullPointerAnalysis, but does only provide
the result of the analysis instead of a pruned CFG.
| Constructor and Description |
|---|
IntraproceduralNullPointerAnalysis(IR ir) |
| Modifier and Type | Method and Description |
|---|---|
NullPointerState.State |
nullPointerExceptionThrowState(SSAInstruction instruction) |
public IntraproceduralNullPointerAnalysis(IR ir)
public NullPointerState.State nullPointerExceptionThrowState(SSAInstruction instruction)