Package aQute.bnd.classfile
Class StackMapTableAttribute.FullFrame
- java.lang.Object
-
- aQute.bnd.classfile.StackMapTableAttribute.StackMapFrame
-
- aQute.bnd.classfile.StackMapTableAttribute.FullFrame
-
- Enclosing class:
- StackMapTableAttribute
public static class StackMapTableAttribute.FullFrame extends StackMapTableAttribute.StackMapFrame
-
-
Field Summary
Fields Modifier and Type Field Description int
delta
StackMapTableAttribute.VerificationTypeInfo[]
locals
StackMapTableAttribute.VerificationTypeInfo[]
stack
-
Fields inherited from class aQute.bnd.classfile.StackMapTableAttribute.StackMapFrame
APPEND, CHOP, FULL_FRAME, RESERVED, SAME, SAME_FRAME_EXTENDED, SAME_LOCALS_1_STACK_ITEM, SAME_LOCALS_1_STACK_ITEM_EXTENDED, tag
-
-
Constructor Summary
Constructors Constructor Description FullFrame(int tag, int delta, StackMapTableAttribute.VerificationTypeInfo[] locals, StackMapTableAttribute.VerificationTypeInfo[] stack)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
int
type()
-
-
-
Field Detail
-
delta
public final int delta
-
locals
public final StackMapTableAttribute.VerificationTypeInfo[] locals
-
stack
public final StackMapTableAttribute.VerificationTypeInfo[] stack
-
-
Constructor Detail
-
FullFrame
public FullFrame(int tag, int delta, StackMapTableAttribute.VerificationTypeInfo[] locals, StackMapTableAttribute.VerificationTypeInfo[] stack)
-
-
Method Detail
-
type
public int type()
- Specified by:
type
in classStackMapTableAttribute.StackMapFrame
-
toString
public java.lang.String toString()
- Overrides:
toString
in classStackMapTableAttribute.StackMapFrame
-
-