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