public class ClassArrayData extends Indenter
JEP 181 (Nest-based Access Control): class file 55.0 NestMembers_attribute { u2 attribute_name_index; u4 attribute_length; u2 number_of_classes; u2 classes[number_of_classes]; }
JEP 360 (Sealed types): class file 59.65535 PermittedSubclasses_attribute { u2 attribute_name_index; u4 attribute_length; u2 number_of_classes; u2 classes[number_of_classes]; }
Modifier | Constructor and Description |
---|---|
protected |
ClassArrayData(ClassData cls,
String attrName) |
Modifier and Type | Method and Description |
---|---|
void |
print() |
ClassArrayData |
read(DataInputStream in,
int attribute_length) |
decreaseIndent, getIndentString, increaseIndent, indent, setIndent
public ClassArrayData read(DataInputStream in, int attribute_length) throws IOException, ClassFormatError
IOException
ClassFormatError
public void print()
Copyright © 2021. All Rights Reserved.