AppendFrameInfo

class AppendFrameInfo(    val frameType: UByte,     val offsetDelta: UShort,     val locals: AttributeStackMapTableInfo.VerificationTypeList) : AttributeStackMapTableInfo.StackMapFrameInfo(source)

Constructors

Link copied to clipboard
constructor(frameType: UByte, offsetDelta: UShort, locals: AttributeStackMapTableInfo.VerificationTypeList)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

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