Class ArrayOutOfBoundFilter

java.lang.Object
com.ibm.wala.ipa.cfg.exceptionpruning.filter.ArrayOutOfBoundFilter
All Implemented Interfaces:
ExceptionFilter<SSAInstruction>

public class ArrayOutOfBoundFilter extends Object implements ExceptionFilter<SSAInstruction>
Adapter for using ArrayOutOfBoundsAnalysis. This filter is filtering ArrayOutOfBoundException, which can not occur.
Author:
Stephan Gocht <stephan@gobro.de>