Uses of Class
org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor
Packages that use RecordComponentVisitor
Package
Description
-
Uses of RecordComponentVisitor in org.eclipse.persistence.internal.libraries.asm
Fields in org.eclipse.persistence.internal.libraries.asm declared as RecordComponentVisitorModifier and TypeFieldDescriptionprotected RecordComponentVisitorRecordComponentVisitor.delegateThe record visitor to which this visitor must delegate method calls.Methods in org.eclipse.persistence.internal.libraries.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 org.eclipse.persistence.internal.libraries.asm with parameters of type RecordComponentVisitorModifierConstructorDescriptionprotectedRecordComponentVisitor(int api, RecordComponentVisitor recordComponentVisitor) Constructs a newRecordComponentVisitor. -
Uses of RecordComponentVisitor in org.eclipse.persistence.internal.libraries.asm.commons
Modifier and TypeClassDescriptionclassARecordComponentVisitorthat remaps types with aRemapper.Methods in org.eclipse.persistence.internal.libraries.asm.commons that return RecordComponentVisitorModifier and TypeMethodDescriptionprotected RecordComponentVisitorClassRemapper.createRecordComponentRemapper(RecordComponentVisitor recordComponentVisitor) Constructs a new remapper for record components.ClassRemapper.visitRecordComponent(String name, String descriptor, String signature) Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type RecordComponentVisitorModifier and TypeMethodDescriptionprotected RecordComponentVisitorClassRemapper.createRecordComponentRemapper(RecordComponentVisitor recordComponentVisitor) Constructs a new remapper for record components.Constructors in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type RecordComponentVisitorModifierConstructorDescriptionprotectedRecordComponentRemapper(int api, RecordComponentVisitor recordComponentVisitor, Remapper remapper) Constructs a newRecordComponentRemapper.RecordComponentRemapper(RecordComponentVisitor recordComponentVisitor, Remapper remapper) Constructs a newRecordComponentRemapper. -
Uses of RecordComponentVisitor in org.eclipse.persistence.internal.libraries.asm.tree
Modifier and TypeClassDescriptionclassA node that represents a record component.Methods in org.eclipse.persistence.internal.libraries.asm.tree that return RecordComponentVisitorModifier and TypeMethodDescriptionClassNode.visitRecordComponent(String name, String descriptor, String signature)