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 ArrayAttr
attrLength, size, writeMethods inherited from class AttrData
getAttribute, getLength, visitMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConstantPoolDataVisitor
visitConstCell, visitDataMethods inherited from interface DataWriter
isCountable
-
Constructor Details
-
LoadableDescriptorsAttr
-
-
Method Details
-
classifyConstCell
- Overrides:
classifyConstCellin classAttrData
-