Package org.openjdk.asmtools.jasm
Class PermittedSubclassesAttr
java.lang.Object
org.openjdk.asmtools.jasm.AttrData
org.openjdk.asmtools.jasm.ArrayAttr
org.openjdk.asmtools.jasm.PermittedSubclassesAttr
- All Implemented Interfaces:
ConstantPoolDataVisitor,DataWriter
The "classes[]" data of attributes
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];
}
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openjdk.asmtools.jasm.ArrayAttr
attrLength, size, writeMethods inherited from class org.openjdk.asmtools.jasm.AttrData
classifyConstCell, getAttribute, getLength, visitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openjdk.asmtools.jasm.ConstantPoolDataVisitor
visitConstCell, visitDataMethods inherited from interface org.openjdk.asmtools.jasm.DataWriter
isCountable
-
Constructor Details
-
PermittedSubclassesAttr
-