Package org.openjdk.asmtools.jasm
Class LoadableDescriptorsAttr
java.lang.Object
org.openjdk.asmtools.jasm.AttrData
org.openjdk.asmtools.jasm.ArrayAttr
org.openjdk.asmtools.jasm.LoadableDescriptorsAttr
- All Implemented Interfaces:
ConstantPoolDataVisitor,DataWriter
Valhalla:
LoadableDescriptors_attribute { u2 attribute_name_index; u4 attribute_length; u2 number_of_descriptors; u2 descriptors[number_of_descriptors]; }
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConstCell<?> classifyConstCell(ConstantPool pool, ConstCell<?> cell) Methods inherited from class org.openjdk.asmtools.jasm.ArrayAttr
attrLength, size, writeMethods inherited from class org.openjdk.asmtools.jasm.AttrData
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
-
LoadableDescriptorsAttr
-
-
Method Details
-
classifyConstCell
- Overrides:
classifyConstCellin classAttrData
-