Uses of Class
com.sun.xml.ws.org.objectweb.asm.RecordComponentVisitor
Packages that use RecordComponentVisitor
-
Uses of RecordComponentVisitor in com.sun.xml.ws.org.objectweb.asm
Methods in com.sun.xml.ws.org.objectweb.asm that return RecordComponentVisitorModifier 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 RecordComponentVisitorClassWriter.visitRecordComponent(String name, String descriptor, String signature) Constructors in com.sun.xml.ws.org.objectweb.asm with parameters of type RecordComponentVisitorModifierConstructorDescriptionRecordComponentVisitor(int api, RecordComponentVisitor recordComponentVisitor) Constructs a newRecordComponentVisitor.