| Modifier and Type | Class and Description |
|---|---|
static class |
StackMapTableAttribute.AppendFrame |
static class |
StackMapTableAttribute.ChopFrame |
static class |
StackMapTableAttribute.FullFrame |
static class |
StackMapTableAttribute.ObjectVariableInfo |
static class |
StackMapTableAttribute.SameFrame |
static class |
StackMapTableAttribute.SameFrameExtended |
static class |
StackMapTableAttribute.SameLocals1StackItemFrame |
static class |
StackMapTableAttribute.SameLocals1StackItemFrameExtended |
static class |
StackMapTableAttribute.StackMapFrame |
static class |
StackMapTableAttribute.UninitializedVariableInfo |
static class |
StackMapTableAttribute.VerificationTypeInfo |
| Modifier and Type | Field and Description |
|---|---|
StackMapTableAttribute.StackMapFrame[] |
entries |
static String |
NAME |
| Constructor and Description |
|---|
StackMapTableAttribute(StackMapTableAttribute.StackMapFrame[] entries) |
| Modifier and Type | Method and Description |
|---|---|
int |
attribute_length() |
String |
name() |
static StackMapTableAttribute |
read(DataInput in,
ConstantPool constant_pool) |
String |
toString() |
void |
write(DataOutput out,
ConstantPool constant_pool) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitattributes_length, readAttribute, readAttributes, writeAttributespublic static final String NAME
public final StackMapTableAttribute.StackMapFrame[] entries
public StackMapTableAttribute(StackMapTableAttribute.StackMapFrame[] entries)
public static StackMapTableAttribute read(DataInput in, ConstantPool constant_pool) throws IOException
IOExceptionpublic void write(DataOutput out, ConstantPool constant_pool) throws IOException
write in interface AttributeIOExceptionpublic int attribute_length()
attribute_length in interface AttributeCopyright © 2021. All rights reserved.