Unknown

Represents metadata of an unknown class file. This class is used if an old version of this library is used against a new kind of class files generated by the Kotlin compiler, unsupported by this library.

Properties

Link copied to clipboard
open override var flags: Int

Additional classfile-level flags of this metadata. See Metadata.extraInt for possible values.

Link copied to clipboard
open override var version: JvmMetadataVersion

Version of this metadata.

Functions

Link copied to clipboard
open override fun write(): Metadata

Encodes and writes this metadata to the new instance of Metadata.