public static class ClassFile.StackMapTableAttribute.UninitializedVariableInfo extends Object implements ClassFile.StackMapTableAttribute.VerificationTypeInfo
uninitialized_variable_info structure; see JVMS8 4.7.4.| Modifier and Type | Field and Description |
|---|---|
short |
offset
The code offset where the variable is declared.
|
| Constructor and Description |
|---|
UninitializedVariableInfo(short offset) |
| Modifier and Type | Method and Description |
|---|---|
int |
category() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
store(DataOutputStream dos)
Writes this object to an
OutputStream, in "class file" format. |
String |
toString() |
public int category()
category in interface ClassFile.StackMapTableAttribute.VerificationTypeInfopublic void store(DataOutputStream dos) throws IOException
ClassFile.StackMapTableAttribute.VerificationTypeInfoOutputStream, in "class file" format.store in interface ClassFile.StackMapTableAttribute.VerificationTypeInfoIOExceptionCopyright © 2022. All rights reserved.