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 TypeClassDescriptionclass
AnnotationData<T extends MemberData>
class
AnnotationElement<T extends MemberData<T>>
Base class of all AnnotationElement entriesstatic class
AnnotationElement.Annotation_AnnotationValue<T extends MemberData<T>>
Annotation value that is a reference to an annotation.static class
AnnotationElement.AnnotationValue<T extends MemberData<T>>
Base class for an annotation value.static class
AnnotationElement.Array_AnnotationValue<T extends MemberData<T>>
Annotation value that is an array of annotation elements.static class
AnnotationElement.CPX_AnnotationValue<T extends MemberData<T>>
Annotation value which is described by a single CPX entries (i.e.static class
AnnotationElement.CPX2_AnnotationValue<T extends MemberData<T>>
AnnotationValue that contain 2 cpx indices (i.e.class
BootstrapMethods_attribute { ...class
Base class of the "classes[]" data of attributesclass
Central class data for of the Java Disassemblerclass
Code data for a code attribute in method members in a class of the Java Disassemblerclass
Class representing the Constant Poolclass
class
Field data for field members in a class of the Java Disassemblerclass
(package private) class
4.7.6.(package private) class
instruction attributesclass
MemberData<T extends MemberData>
Base class for ClassData, MethodData, FieldData and RecordData(JEP 360)class
Method data for method members in a class of the Java Disassemblerfinal class
Internal presentation of a moduleclass
The module attribute data.class
The NestHost attribute dataclass
The NestMembers attribute dataclass
ParameterAnnotationData<T extends MemberData>
4.7.18.class
The PermittedSubclasses attribute dataclass
class
The Record attribute dataprivate static class
record_component_info { u2 name_index; u2 descriptor_index; u2 attributes_count; attribute_info attributes[attributes_count]; }class
The Signature attribute dataclass
The SourceDebugExtension attributeclass
SourceFile_attribute { u2 attribute_name_index; u4 attribute_length; u2 sourcefile_index; }(package private) class
represents one entry of StackMap attributeclass
TypeAnnotationData<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)