FullFrameInfo

class FullFrameInfo(    val offsetDelta: UShort,     val numberOfLocals: UShort,     val numberOfStackItems: UShort,     val locals: AttributeStackMapTableInfo.VerificationTypeList,     val stack: AttributeStackMapTableInfo.VerificationTypeList) : AttributeStackMapTableInfo.StackMapFrameInfo(source)

Constructors

Link copied to clipboard
constructor(    offsetDelta: UShort,     numberOfLocals: UShort,     numberOfStackItems: UShort,     locals: AttributeStackMapTableInfo.VerificationTypeList,     stack: 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
Link copied to clipboard
Link copied to clipboard
open override val offsetDelta: UShort

Functions

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