类 ExceptionInfoAdder
- java.lang.Object
-
- proguard.classfile.editor.ExceptionInfoAdder
-
- 所有已实现的接口:
ExceptionInfoVisitor
public class ExceptionInfoAdder extends java.lang.Object implements ExceptionInfoVisitor
ThisExceptionInfoVisitoradds all exception information that it visits to the given target code attribute.
-
-
构造器概要
构造器 构造器 说明 ExceptionInfoAdder(ProgramClass targetClass, CodeAttributeComposer targetComposer)Creates a new ExceptionAdder that will copy exceptions into the given target code attribute.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidvisitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
-
-
-
构造器详细资料
-
ExceptionInfoAdder
public ExceptionInfoAdder(ProgramClass targetClass, CodeAttributeComposer targetComposer)
Creates a new ExceptionAdder that will copy exceptions into the given target code attribute.
-
-
方法详细资料
-
visitExceptionInfo
public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
- 指定者:
visitExceptionInfo在接口中ExceptionInfoVisitor
-
-