public static final class StackMapFrame.FullFrame extends StackMapFrame
full_frame
, which declares all of its
locals and stack items.StackMapFrame.AppendFrame, StackMapFrame.ChopFrame, StackMapFrame.FullFrame, StackMapFrame.SameFrame, StackMapFrame.SameFrameExtended, StackMapFrame.SameLocals1StackItemFrame, StackMapFrame.SameLocals1StackItemFrameExtended
Modifier and Type | Method and Description |
---|---|
VerificationTypeInfo[] |
getLocals()
Returns the verification type info for this frame's set of
locals.
|
int |
getOffsetDelta()
Returns the
offset_delta for this frame type. |
VerificationTypeInfo[] |
getStackItems()
Returns the verification type info for this frame's set of
stack items.
|
getFrameType
public int getOffsetDelta()
offset_delta
for this frame type.getOffsetDelta
in class StackMapFrame
public VerificationTypeInfo[] getLocals()
public VerificationTypeInfo[] getStackItems()