类 KotlinModule

  • 所有已实现的接口:
    java.io.Serializable, FeatureNamed, Processable

    public class KotlinModule
    extends ResourceFile
    implements Processable
    Represents a Kotlin module file - this file describes the contents of a Kotlin module: which file facades and which multi-file part classes make up the module.

    The name of the module is the filename, excluding the extension (.kotlin_module).

    另请参阅:
    序列化表格
    • 字段详细资料

      • name

        public java.lang.String name
        The module name, as opposed to the fileName which includes the module name.

        fileName will be like "META-INF/my_module_name.kotlin_module".

        The fileName is fixed to match after obfuscation by KotlinModuleReferenceFixer.

    • 构造器详细资料

      • KotlinModule

        public KotlinModule​(java.lang.String fileName,
                            long fileSize)