类 ExceptionRangeFilter
- java.lang.Object
-
- proguard.classfile.visitor.ExceptionRangeFilter
-
- 所有已实现的接口:
ExceptionInfoVisitor
public class ExceptionRangeFilter extends java.lang.Object implements ExceptionInfoVisitor
ThisExceptionInfoVisitordelegates its visits to another givenExceptionInfoVisitor, but only when the visited exception overlaps with the given instruction range.
-
-
构造器概要
构造器 构造器 说明 ExceptionRangeFilter(int startOffset, int endOffset, ExceptionInfoVisitor exceptionInfoVisitor)Creates a new ExceptionRangeFilter.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidvisitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
-
-
-
构造器详细资料
-
ExceptionRangeFilter
public ExceptionRangeFilter(int startOffset, int endOffset, ExceptionInfoVisitor exceptionInfoVisitor)Creates a new ExceptionRangeFilter.- 参数:
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.
-
-
方法详细资料
-
visitExceptionInfo
public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
- 指定者:
visitExceptionInfo在接口中ExceptionInfoVisitor
-
-