Uses of Class
com.sun.xml.ws.org.objectweb.asm.RecordComponentVisitor
-
Packages that use RecordComponentVisitor Package Description com.sun.xml.ws.org.objectweb.asm -
-
Uses of RecordComponentVisitor in com.sun.xml.ws.org.objectweb.asm
Methods in com.sun.xml.ws.org.objectweb.asm that return RecordComponentVisitor Modifier and Type Method Description RecordComponentVisitorRecordComponentVisitor. getDelegate()The record visitor to which this visitor must delegate method calls.RecordComponentVisitorClassVisitor. visitRecordComponent(String name, String descriptor, String signature)Visits a record component of the class.RecordComponentVisitorClassWriter. visitRecordComponent(String name, String descriptor, String signature)Constructors in com.sun.xml.ws.org.objectweb.asm with parameters of type RecordComponentVisitor Constructor Description RecordComponentVisitor(int api, RecordComponentVisitor recordComponentVisitor)Constructs a newRecordComponentVisitor.
-