程序包 proguard

类 GetAnnotationChecker

  • 所有已实现的接口:
    proguard.classfile.constant.visitor.ConstantVisitor

    public class GetAnnotationChecker
    extends java.lang.Object
    implements proguard.classfile.constant.visitor.ConstantVisitor
    This constant visitor checks whether visited method references try to access annotations.
    • 构造器概要

      构造器 
      构造器 说明
      GetAnnotationChecker​(proguard.classfile.util.WarningPrinter notePrinter)
      Creates a new GetAnnotationChecker.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void visitAnyConstant​(proguard.classfile.Clazz clazz, proguard.classfile.constant.Constant constant)  
      void visitMethodrefConstant​(proguard.classfile.Clazz clazz, proguard.classfile.constant.MethodrefConstant methodrefConstant)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 proguard.classfile.constant.visitor.ConstantVisitor

        visitAnyMethodrefConstant, visitAnyRefConstant, visitClassConstant, visitDoubleConstant, visitDynamicConstant, visitFieldrefConstant, visitFloatConstant, visitIntegerConstant, visitInterfaceMethodrefConstant, visitInvokeDynamicConstant, visitLongConstant, visitMethodHandleConstant, visitMethodTypeConstant, visitModuleConstant, visitNameAndTypeConstant, visitPackageConstant, visitPrimitiveArrayConstant, visitStringConstant, visitUtf8Constant
    • 构造器详细资料

      • GetAnnotationChecker

        public GetAnnotationChecker​(proguard.classfile.util.WarningPrinter notePrinter)
        Creates a new GetAnnotationChecker.
    • 方法详细资料

      • visitAnyConstant

        public void visitAnyConstant​(proguard.classfile.Clazz clazz,
                                     proguard.classfile.constant.Constant constant)
        指定者:
        visitAnyConstant 在接口中 proguard.classfile.constant.visitor.ConstantVisitor
      • visitMethodrefConstant

        public void visitMethodrefConstant​(proguard.classfile.Clazz clazz,
                                           proguard.classfile.constant.MethodrefConstant methodrefConstant)
        指定者:
        visitMethodrefConstant 在接口中 proguard.classfile.constant.visitor.ConstantVisitor