public static class ClassFile.StackMapTableAttribute extends ClassFile.AttributeInfo
StackMapTable attribute, as read from a class file.| Modifier and Type | Class and Description |
|---|---|
static class |
ClassFile.StackMapTableAttribute.AppendFrame
Representation of the
append_frame structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.ChopFrame
Representation of the
chop_frame structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.DoubleVariableInfo
Representation of the
double_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.FloatVariableInfo
Representation of the
float_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.FullFrame
Representation of the
full_frame structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.IntegerVariableInfo
Representation of the
integer_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.LongVariableInfo
Representation of the
long_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.NullVariableInfo
Representation of the
null_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.ObjectVariableInfo
Representation of the
object_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.SameFrame
Representation of the
same_frame structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.SameFrameExtended
Representation of the
same_frame_extended structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.SameLocals1StackItemFrame
Representation of the
same_locals_1_stack_item_frame structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.SameLocals1StackItemFrameExtended
Representation of the
same_locals_1_stack_item_frame_extended structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.StackMapFrame |
static interface |
ClassFile.StackMapTableAttribute.StackMapFrameVisitor<T> |
static class |
ClassFile.StackMapTableAttribute.TopVariableInfo
Representation of the
top_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.UninitializedThisVariableInfo
Representation of the
uninitialized_this_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.UninitializedVariableInfo
Representation of the
uninitialized_variable_info structure; see JVMS8 4.7.4. |
static interface |
ClassFile.StackMapTableAttribute.VerificationTypeInfo
Representation of the
verification_type_info union; see JVMS8 4.7.4. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
storeBody(DataOutputStream dos)
Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.
|
storeprotected void storeBody(DataOutputStream dos) throws IOException
ClassFile.AttributeInfostoreBody in class ClassFile.AttributeInfoIOExceptionCopyright © 2019. All rights reserved.