Uses of Class
org.datanucleus.enhancer.asm.RecordComponentVisitor
Packages that use RecordComponentVisitor
Package
Description
ASM : a small and fast bytecode manipulation framework.
-
Uses of RecordComponentVisitor in org.datanucleus.enhancer.asm
Subclasses of RecordComponentVisitor in org.datanucleus.enhancer.asmFields in org.datanucleus.enhancer.asm declared as RecordComponentVisitorModifier and TypeFieldDescriptionprotected RecordComponentVisitorRecordComponentVisitor.delegateThe record visitor to which this visitor must delegate method calls.Methods in org.datanucleus.enhancer.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.datanucleus.enhancer.asm with parameters of type RecordComponentVisitorModifierConstructorDescriptionprotectedRecordComponentVisitor(int api, RecordComponentVisitor recordComponentVisitor) Constructs a newRecordComponentVisitor.