Class ExceptionRangeFilter

    • Constructor Detail

      • ExceptionRangeFilter

        public ExceptionRangeFilter​(int startOffset,
                                    int endOffset,
                                    ExceptionInfoVisitor exceptionInfoVisitor)
        Creates a new ExceptionRangeFilter.
        Parameters:
        startOffset - the start offset of the instruction range.
        endOffset - the end offset of the instruction range.
        exceptionInfoVisitor - the ExceptionInfoVisitor to which visits will be delegated.