Class AttributeStackMapTable.StackMapFrameFullFrame
java.lang.Object
org.benf.cfr.reader.entities.attributes.AttributeStackMapTable.StackMapFrameFullFrame
- All Implemented Interfaces:
AttributeStackMapTable.StackMapFrame
- Enclosing class:
- AttributeStackMapTable
private static class AttributeStackMapTable.StackMapFrameFullFrame
extends Object
implements AttributeStackMapTable.StackMapFrame
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final AttributeStackMapTable.VerificationInfo[]
private final AttributeStackMapTable.VerificationInfo[]
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
StackMapFrameFullFrame
(int offset_delta, AttributeStackMapTable.VerificationInfo[] verificationLocals, AttributeStackMapTable.VerificationInfo[] verificationStackItems) -
Method Summary
-
Field Details
-
offset_delta
private final int offset_delta -
verificationLocals
-
verificationStackItems
-
-
Constructor Details
-
StackMapFrameFullFrame
private StackMapFrameFullFrame(int offset_delta, AttributeStackMapTable.VerificationInfo[] verificationLocals, AttributeStackMapTable.VerificationInfo[] verificationStackItems)
-