类 ExceptionHandlerFilter
- java.lang.Object
-
- proguard.classfile.visitor.ExceptionHandlerFilter
-
- 所有已实现的接口:
ExceptionInfoVisitor
public class ExceptionHandlerFilter extends java.lang.Object implements ExceptionInfoVisitor
ThisExceptionInfoVisitordelegates its visits to another givenExceptionInfoVisitor, but only when the visited exception targets an instruction in the given range of offsets.
-
-
构造器概要
构造器 构造器 说明 ExceptionHandlerFilter(int startOffset, int endOffset, ExceptionInfoVisitor exceptionInfoVisitor)Creates a new ExceptionHandlerFilter.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidvisitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
-
-
-
构造器详细资料
-
ExceptionHandlerFilter
public ExceptionHandlerFilter(int startOffset, int endOffset, ExceptionInfoVisitor exceptionInfoVisitor)Creates a new ExceptionHandlerFilter.- 参数:
startOffset- the start of the instruction offset range.endOffset- the end of the instruction offset range.exceptionInfoVisitor- the ExceptionInfoVisitor to which visits will be delegated.
-
-
方法详细资料
-
visitExceptionInfo
public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
- 指定者:
visitExceptionInfo在接口中ExceptionInfoVisitor
-
-