类 ExceptionsAttributeEditor
- java.lang.Object
-
- proguard.classfile.editor.ExceptionsAttributeEditor
-
public class ExceptionsAttributeEditor extends java.lang.ObjectThis class can add exceptions to a given exceptions attribute. Exceptions to be added must have been added to the constant pool and filled out beforehand.
-
-
构造器概要
构造器 构造器 说明 ExceptionsAttributeEditor(ExceptionsAttribute targetExceptionsAttribute)Creates a new ExceptionsAttributeEditor that will edit exceptions in the given exceptions attribute.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddException(int exceptionIndex)Adds a given exception to the exceptions attribute.
-
-
-
构造器详细资料
-
ExceptionsAttributeEditor
public ExceptionsAttributeEditor(ExceptionsAttribute targetExceptionsAttribute)
Creates a new ExceptionsAttributeEditor that will edit exceptions in the given exceptions attribute.
-
-