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
Fields in com.sun.xml.ws.org.objectweb.asm declared as RecordComponentVisitorModifier and TypeFieldDescriptionprotected RecordComponentVisitorRecordComponentVisitor.delegateThe record visitor to which this visitor must delegate method calls.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 RecordComponentVisitorModifierConstructorDescriptionprotectedRecordComponentVisitor(int api, RecordComponentVisitor recordComponentVisitor) Constructs a newRecordComponentVisitor.