类 ExceptionAdder
- java.lang.Object
-
- proguard.classfile.editor.ExceptionAdder
-
- 所有已实现的接口:
ConstantVisitor
public class ExceptionAdder extends java.lang.Object implements ConstantVisitor
ThisConstantVisitoradds all class constants that it visits to the given target exceptions attribute.
-
-
构造器概要
构造器 构造器 说明 ExceptionAdder(ProgramClass targetClass, ExceptionsAttribute targetExceptionsAttribute)Creates a new ExceptionAdder that will copy classes into the given target exceptions attribute.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidvisitClassConstant(Clazz clazz, ClassConstant classConstant)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 proguard.classfile.constant.visitor.ConstantVisitor
visitAnyConstant, visitAnyMethodrefConstant, visitAnyRefConstant, visitDoubleConstant, visitDynamicConstant, visitFieldrefConstant, visitFloatConstant, visitIntegerConstant, visitInterfaceMethodrefConstant, visitInvokeDynamicConstant, visitLongConstant, visitMethodHandleConstant, visitMethodrefConstant, visitMethodTypeConstant, visitModuleConstant, visitNameAndTypeConstant, visitPackageConstant, visitPrimitiveArrayConstant, visitStringConstant, visitUtf8Constant
-
-
-
-
构造器详细资料
-
ExceptionAdder
public ExceptionAdder(ProgramClass targetClass, ExceptionsAttribute targetExceptionsAttribute)
Creates a new ExceptionAdder that will copy classes into the given target exceptions attribute.
-
-
方法详细资料
-
visitClassConstant
public void visitClassConstant(Clazz clazz, ClassConstant classConstant)
- 指定者:
visitClassConstant在接口中ConstantVisitor
-
-