Uses of Class
org.openjdk.asmtools.jasm.AttrData
Packages that use AttrData
-
Uses of AttrData in org.openjdk.asmtools.jasm
Subclasses of AttrData in org.openjdk.asmtools.jasmModifier and TypeClassDescriptionclass
Base class of the "classes[]" data of attributes(package private) class
4.7.3.(package private) class
Constant Pool Index Attribute(package private) class
DataVectorAttr<T extends DataWriter>
Container for attributes having inline tables: InnerClasses, BootstrapMethods, LineNumberTable, Runtime(In)Visible(Type|Parameter)Annotations, LocalVariableTable, StackMapTableclass
DefaultAnnotationAttr Used to represent Default Annotation Attributesstatic class
MethodData.DataPArrayAttr<T extends DataWriter>
Used to store Parameter Arrays (as attributes)(package private) class
The module attributeclass
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]; }class
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]; }class
class
The record attribute (JEP 359 since class file 58.65535)class
SourceDebugExtension_attribute { u2 attribute_name_index; u4 attribute_length; u1 debug_extension[attribute_length]; The debug_extension array holds extended debugging information which has no semantic effect on the JVM.class
SourceFile_attribute { u2 attribute_name_index; u4 attribute_length; u2 sourcefile_index; }Fields in org.openjdk.asmtools.jasm declared as AttrDataModifier and TypeFieldDescriptionprotected AttrData
MemberData.deprecatedAttr
private AttrData
FieldData.initialValue
protected AttrData
MemberData.signatureAttr
(package private) AttrData
ClassData.sourceFileAttr
protected AttrData
MemberData.syntheticAttr
Methods in org.openjdk.asmtools.jasm with type parameters of type AttrDataModifier and TypeMethodDescriptionprivate <A extends AttrData>
voidClassData.itemizeAttributes
(A... attributeList) Scans all attributes that 1.Methods in org.openjdk.asmtools.jasm that return AttrDataModifier and TypeMethodDescriptionFieldData.getInitialValue()
ClassData.setSourceFileAttr
(ConstCell value_cpx) Methods in org.openjdk.asmtools.jasm with parameters of type AttrDataModifier and TypeMethodDescriptionprivate <A extends AttrData>
voidClassData.itemizeAttributes
(A... attributeList) Scans all attributes that 1.