public class PermittedSubclassesData extends ClassArrayData
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]; }
| Constructor and Description |
|---|
PermittedSubclassesData(ClassData cls) |
| Modifier and Type | Method and Description |
|---|---|
PermittedSubclassesData |
read(DataInputStream in,
int attribute_length) |
printdecreaseIndent, getIndentString, increaseIndent, indent, setIndentpublic PermittedSubclassesData(ClassData cls)
public PermittedSubclassesData read(DataInputStream in, int attribute_length) throws IOException, ClassFormatError
read in class ClassArrayDataIOExceptionClassFormatErrorCopyright © 2021. All Rights Reserved.