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