Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class AppendFrameInfo(    val frameType: UByte,     val offsetDelta: UShort,     val locals: AttributeStackMapTableInfo.VerificationTypeList) : AttributeStackMapTableInfo.StackMapFrameInfo
Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
class FullFrameInfo(    val offsetDelta: UShort,     val numberOfLocals: UShort,     val numberOfStackItems: UShort,     val locals: AttributeStackMapTableInfo.VerificationTypeList,     val stack: AttributeStackMapTableInfo.VerificationTypeList) : AttributeStackMapTableInfo.StackMapFrameInfo
Link copied to clipboard

Properties

Link copied to clipboard
abstract val bytes: ByteArray
Link copied to clipboard
abstract val frameType: UByte
Link copied to clipboard
abstract val offsetDelta: UShort

Functions

Link copied to clipboard
abstract fun toJson(): Map<String, Any>