public class NullPointerExceptionFilter extends java.lang.Object implements ExceptionFilter<SSAInstruction>
IntraproceduralNullPointerAnalysis. This filter is filtering
NullPointerException, which can not occur.| Constructor and Description |
|---|
NullPointerExceptionFilter(IntraproceduralNullPointerAnalysis analysis) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
alwaysThrowsException(SSAInstruction instruction) |
java.util.Collection<FilteredException> |
filteredExceptions(SSAInstruction instruction) |
public NullPointerExceptionFilter(IntraproceduralNullPointerAnalysis analysis)
public boolean alwaysThrowsException(SSAInstruction instruction)
alwaysThrowsException in interface ExceptionFilter<SSAInstruction>public java.util.Collection<FilteredException> filteredExceptions(SSAInstruction instruction)
filteredExceptions in interface ExceptionFilter<SSAInstruction>