StackMapFrameInfo
Types
Link copied to clipboard
class AppendFrameInfo(val frameType: UByte, val offsetDelta: UShort, val locals: AttributeStackMapTableInfo.VerificationTypeList) : AttributeStackMapTableInfo.StackMapFrameInfo
Link copied to clipboard
class ChopFrameInfo(val frameType: UByte, val offsetDelta: UShort) : AttributeStackMapTableInfo.StackMapFrameInfo
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
Link copied to clipboard
Link copied to clipboard
class SameLocals1StackItemFrameExtendedInfo(val offsetDelta: UShort, val stack: AttributeStackMapTableInfo.VerificationTypeList) : AttributeStackMapTableInfo.StackMapFrameInfo
Link copied to clipboard
class SameLocals1StackItemFrameInfo(val frameType: UByte, val stack: AttributeStackMapTableInfo.VerificationTypeList) : AttributeStackMapTableInfo.StackMapFrameInfo