类 KotlinUnsupportedVersionChecker

  • 所有已实现的接口:
    Pass

    public class KotlinUnsupportedVersionChecker
    extends java.lang.Object
    implements Pass
    This pass checks the attached a class' attached Kotlin metadata for unsupported metadata. Unsupported metadata may be attached to a class if KotlinMetadataInitializer could not initialize the metadata model.

    An exception is thrown if the cause is that the KotlinMetadataInitializer does not support the specific version; otherwise, the metadata is simply removed.

    • 构造器详细资料

      • KotlinUnsupportedVersionChecker

        public KotlinUnsupportedVersionChecker()
    • 方法详细资料

      • execute

        public void execute​(AppView appView)
                     throws java.lang.Exception
        从接口复制的说明: Pass
        Executes the pass.
        指定者:
        execute 在接口中 Pass
        抛出:
        java.lang.Exception