Package aQute.bnd.classfile
Class StackMapTableAttribute.SameLocals1StackItemFrame
java.lang.Object
aQute.bnd.classfile.StackMapTableAttribute.StackMapFrame
aQute.bnd.classfile.StackMapTableAttribute.SameLocals1StackItemFrame
- Enclosing class:
- StackMapTableAttribute
public static class StackMapTableAttribute.SameLocals1StackItemFrame
extends StackMapTableAttribute.StackMapFrame
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionSameLocals1StackItemFrame
(int tag, StackMapTableAttribute.VerificationTypeInfo stack) -
Method Summary
Modifier and TypeMethodDescriptiontoString()
int
type()
(package private) int
(package private) void
write
(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
stack
-
-
Constructor Details
-
SameLocals1StackItemFrame
-
-
Method Details
-
type
public int type()- Specified by:
type
in classStackMapTableAttribute.StackMapFrame
-
toString
- Overrides:
toString
in classStackMapTableAttribute.StackMapFrame
-
write
- Overrides:
write
in classStackMapTableAttribute.StackMapFrame
- Throws:
IOException
-
value_length
int value_length()- Overrides:
value_length
in classStackMapTableAttribute.StackMapFrame
-