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)