Uses of Interface
org.openjdk.asmtools.jdis.Printable
Packages that use Printable
-
Uses of Printable in org.openjdk.asmtools.jdis
Classes in org.openjdk.asmtools.jdis with type parameters of type PrintableClasses in org.openjdk.asmtools.jdis that implement PrintableModifier and TypeClassDescriptionclassAnnotationData<T extends MemberData>classAnnotationElement<T extends MemberData<T>>Base class of all AnnotationElement entriesstatic classAnnotationElement.Annotation_AnnotationValue<T extends MemberData<T>>Annotation value that is a reference to an annotation.static classAnnotationElement.AnnotationValue<T extends MemberData<T>>Base class for an annotation value.static classAnnotationElement.Array_AnnotationValue<T extends MemberData<T>>Annotation value that is an array of annotation elements.static classAnnotationElement.CPX_AnnotationValue<T extends MemberData<T>>Annotation value which is described by a single CPX entries (i.e.static classAnnotationElement.CPX2_AnnotationValue<T extends MemberData<T>>AnnotationValue that contain 2 cpx indices (i.e.classBootstrapMethods_attribute { ...classBase class of the "classes[]" data of attributesclassCentral class data for of the Java DisassemblerclassCode data for a code attribute in method members in a class of the Java DisassemblerclassClass representing the Constant PoolclassclassField data for field members in a class of the Java Disassemblerclass(package private) class4.7.6.(package private) classinstruction attributesclassMemberData<T extends MemberData>Base class for ClassData, MethodData, FieldData and RecordData(JEP 360)classMethod data for method members in a class of the Java Disassemblerfinal classInternal presentation of a moduleclassThe module attribute data.classThe NestHost attribute dataclassThe NestMembers attribute dataclassParameterAnnotationData<T extends MemberData>4.7.18.classThe PermittedSubclasses attribute dataclassclassThe Record attribute dataprivate static classrecord_component_info { u2 name_index; u2 descriptor_index; u2 attributes_count; attribute_info attributes[attributes_count]; }classThe Signature attribute dataclassThe SourceDebugExtension attributeclassSourceFile_attribute { u2 attribute_name_index; u4 attribute_length; u2 sourcefile_index; }(package private) classrepresents one entry of StackMap attributeclassTypeAnnotationData<T extends MemberData>Type Annotation data is a specific kind of AnnotationData.Methods in org.openjdk.asmtools.jdis with type parameters of type PrintableModifier and TypeMethodDescriptionClassData.getListOfPrintableAttributes(P... attributes) private <P extends Printable>
booleanClassData.isPrintable(P... attributes) private <P extends Printable>
intClassData.printAttributes(int commentOffset, List<P> attributeList) Returns number of corrupted attributes if anyMethods in org.openjdk.asmtools.jdis with parameters of type PrintableModifier and TypeMethodDescriptionClassData.getListOfPrintableAttributes(P... attributes) private <P extends Printable>
booleanClassData.isPrintable(P... attributes)