类 KotlinUnsupportedExceptionReplacementSequences

  • 所有已实现的接口:
    ReplacementSequences

    public final class KotlinUnsupportedExceptionReplacementSequences
    extends java.lang.Object
    implements ReplacementSequences
    The Kotlin compiler automatically inserts a null check into $default methods, checking the last parameter but the string contains the original name of the method. So here we remove the string.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      proguard.classfile.constant.Constant[] getConstants()  
      proguard.classfile.instruction.Instruction[][][] getSequences()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • KotlinUnsupportedExceptionReplacementSequences

        public KotlinUnsupportedExceptionReplacementSequences​(proguard.classfile.ClassPool programClassPool,
                                                              proguard.classfile.ClassPool libraryClassPool)