- All Known Implementing Classes:
StackMapDecoder.StackMapFrameImpl
Models stack map frame of
StackMapTable attribute .-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA stack value for an object type.static enumA simple stack value.static interfaceAn uninitialized stack value.static interfaceThe type of a stack value. -
Method Summary
Modifier and TypeMethodDescriptionintlocals()static StackMapFrameInfoof(Label target, List<StackMapFrameInfo.VerificationTypeInfo> locals, List<StackMapFrameInfo.VerificationTypeInfo> stack) stack()target()
-
Method Details
-
frameType
int frameType() -
target
Label target() -
locals
List<StackMapFrameInfo.VerificationTypeInfo> locals() -
stack
-
of
static StackMapFrameInfo of(Label target, List<StackMapFrameInfo.VerificationTypeInfo> locals, List<StackMapFrameInfo.VerificationTypeInfo> stack)
-