Class AttributeStackMapTable.StackMapFrameAppendFrame
- java.lang.Object
-
- org.benf.cfr.reader.entities.attributes.AttributeStackMapTable.StackMapFrameAppendFrame
-
- All Implemented Interfaces:
AttributeStackMapTable.StackMapFrame
- Enclosing class:
- AttributeStackMapTable
private static class AttributeStackMapTable.StackMapFrameAppendFrame extends java.lang.Object implements AttributeStackMapTable.StackMapFrame
-
-
Field Summary
Fields Modifier and Type Field Description private short
frame_type
private int
offset_delta
private AttributeStackMapTable.VerificationInfo[]
verificationInfos
-
Constructor Summary
Constructors Modifier Constructor Description private
StackMapFrameAppendFrame(short frame_type, int offset_delta, AttributeStackMapTable.VerificationInfo[] verificationInfos)
-
-
-
Field Detail
-
frame_type
private final short frame_type
-
offset_delta
private final int offset_delta
-
verificationInfos
private final AttributeStackMapTable.VerificationInfo[] verificationInfos
-
-
Constructor Detail
-
StackMapFrameAppendFrame
private StackMapFrameAppendFrame(short frame_type, int offset_delta, AttributeStackMapTable.VerificationInfo[] verificationInfos)
-
-