类 KotlinPropertyRenamer

  • 所有已实现的接口:
    proguard.classfile.kotlin.visitor.KotlinPropertyVisitor

    public class KotlinPropertyRenamer
    extends java.lang.Object
    implements proguard.classfile.kotlin.visitor.KotlinPropertyVisitor
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void visitAnyProperty​(proguard.classfile.Clazz clazz, proguard.classfile.kotlin.KotlinDeclarationContainerMetadata kotlinDeclarationContainerMetadata, proguard.classfile.kotlin.KotlinPropertyMetadata kotlinPropertyMetadata)  
      • 从类继承的方法 java.lang.Object

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

        visitDelegatedProperty, visitProperty
    • 构造器详细资料

      • KotlinPropertyRenamer

        public KotlinPropertyRenamer()
    • 方法详细资料

      • visitAnyProperty

        public void visitAnyProperty​(proguard.classfile.Clazz clazz,
                                     proguard.classfile.kotlin.KotlinDeclarationContainerMetadata kotlinDeclarationContainerMetadata,
                                     proguard.classfile.kotlin.KotlinPropertyMetadata kotlinPropertyMetadata)
        指定者:
        visitAnyProperty 在接口中 proguard.classfile.kotlin.visitor.KotlinPropertyVisitor