@Deprecated
public final class TraceRecordComponentVisitor
extends org.objectweb.asm.RecordComponentVisitor
RecordComponentVisitor that prints the record components it visits with a Printer.| Modifier and Type | Field and Description |
|---|---|
Printer |
printerExperimental
Deprecated.
This is an experimental API.
|
| Constructor and Description |
|---|
TraceRecordComponentVisitor(Printer printer)
Deprecated.
This is an experimental API.
|
TraceRecordComponentVisitor(org.objectweb.asm.RecordComponentVisitor recordComponentVisitor,
Printer printer)
Deprecated.
This is an experimental API.
|
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotationExperimental(java.lang.String descriptor,
boolean visible)
Deprecated.
|
void |
visitAttributeExperimental(org.objectweb.asm.Attribute attribute)
Deprecated.
|
void |
visitEndExperimental()
Deprecated.
|
org.objectweb.asm.AnnotationVisitor |
visitTypeAnnotationExperimental(int typeRef,
org.objectweb.asm.TypePath typePath,
java.lang.String descriptor,
boolean visible)
Deprecated.
|
@Deprecated public final Printer printerExperimental
@Deprecated public TraceRecordComponentVisitor(Printer printer)
TraceRecordComponentVisitor.printer - the printer to convert the visited record component into text.@Deprecated
public TraceRecordComponentVisitor(org.objectweb.asm.RecordComponentVisitor recordComponentVisitor,
Printer printer)
TraceRecordComponentVisitor.recordComponentVisitor - the record component visitor to which to delegate calls. May be
null.printer - the printer to convert the visited record component into text.public org.objectweb.asm.AnnotationVisitor visitAnnotationExperimental(java.lang.String descriptor,
boolean visible)
visitAnnotationExperimental in class org.objectweb.asm.RecordComponentVisitorpublic org.objectweb.asm.AnnotationVisitor visitTypeAnnotationExperimental(int typeRef,
org.objectweb.asm.TypePath typePath,
java.lang.String descriptor,
boolean visible)
visitTypeAnnotationExperimental in class org.objectweb.asm.RecordComponentVisitorpublic void visitAttributeExperimental(org.objectweb.asm.Attribute attribute)
visitAttributeExperimental in class org.objectweb.asm.RecordComponentVisitorpublic void visitEndExperimental()
visitEndExperimental in class org.objectweb.asm.RecordComponentVisitor