Uses of Class
jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Uses of RecordComponentVisitor in jersey.repackaged.org.objectweb.asm
Modifier and TypeFieldDescriptionprotected RecordComponentVisitor
RecordComponentVisitor.delegate
The record visitor to which this visitor must delegate method calls.Modifier and TypeMethodDescriptionRecordComponentVisitor.getDelegate()
The record visitor to which this visitor must delegate method calls.ClassVisitor.visitRecordComponent
(String name, String descriptor, String signature) Visits a record component of the class.final RecordComponentVisitor
ClassWriter.visitRecordComponent
(String name, String descriptor, String signature) ModifierConstructorDescriptionprotected
RecordComponentVisitor
(int api, RecordComponentVisitor recordComponentVisitor) Constructs a newRecordComponentVisitor
.