类 InterfaceAdder
- java.lang.Object
-
- proguard.classfile.editor.InterfaceAdder
-
- 所有已实现的接口:
ConstantVisitor
public class InterfaceAdder extends java.lang.Object implements ConstantVisitor
ThisConstantVisitoradds all interfaces that it visits to the given target class.
-
-
构造器概要
构造器 构造器 说明 InterfaceAdder(ProgramClass targetClass)Creates a new InterfaceAdder that will add interfaces to the given target class.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 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
-
-
-
-
构造器详细资料
-
InterfaceAdder
public InterfaceAdder(ProgramClass targetClass)
Creates a new InterfaceAdder that will add interfaces to the given target class.
-
-
方法详细资料
-
visitClassConstant
public void visitClassConstant(Clazz clazz, ClassConstant classConstant)
- 指定者:
visitClassConstant在接口中ConstantVisitor
-
-