Uses of Class
org.objectweb.asm.RecordComponentVisitor
Packages that use RecordComponentVisitor
Package
Description
Provides a small and fast bytecode manipulation framework.
Provides some useful class and method adapters.
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Uses of RecordComponentVisitor in org.objectweb.asm
Subclasses of RecordComponentVisitor in org.objectweb.asmFields in org.objectweb.asm declared as RecordComponentVisitorModifier and TypeFieldDescriptionprotected RecordComponentVisitorRecordComponentVisitor.delegateThe record visitor to which this visitor must delegate method calls.Methods in 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 org.objectweb.asm with parameters of type RecordComponentVisitorModifierConstructorDescriptionprotectedRecordComponentVisitor(int api, RecordComponentVisitor recordComponentVisitor) Constructs a newRecordComponentVisitor. -
Uses of RecordComponentVisitor in org.objectweb.asm.commons
Subclasses of RecordComponentVisitor in org.objectweb.asm.commonsModifier and TypeClassDescriptionclassARecordComponentVisitorthat remaps types with aRemapper.Methods in org.objectweb.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.objectweb.asm.commons with parameters of type RecordComponentVisitorModifier and TypeMethodDescriptionprotected RecordComponentVisitorClassRemapper.createRecordComponentRemapper(RecordComponentVisitor recordComponentVisitor) Constructs a new remapper for record components.Constructors in org.objectweb.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.objectweb.asm.tree
Subclasses of RecordComponentVisitor in org.objectweb.asm.treeModifier and TypeClassDescriptionclassA node that represents a record component.Methods in org.objectweb.asm.tree that return RecordComponentVisitorModifier and TypeMethodDescriptionClassNode.visitRecordComponent(String name, String descriptor, String signature) -
Uses of RecordComponentVisitor in org.objectweb.asm.util
Subclasses of RecordComponentVisitor in org.objectweb.asm.utilModifier and TypeClassDescriptionclassARecordComponentVisitorthat checks that its methods are properly used.final classARecordComponentVisitorthat prints the record components it visits with aPrinter.Methods in org.objectweb.asm.util that return RecordComponentVisitorModifier and TypeMethodDescriptionCheckClassAdapter.visitRecordComponent(String name, String descriptor, String signature) TraceClassVisitor.visitRecordComponent(String name, String descriptor, String signature) Constructors in org.objectweb.asm.util with parameters of type RecordComponentVisitorModifierConstructorDescriptionprotectedCheckRecordComponentAdapter(int api, RecordComponentVisitor recordComponentVisitor) Constructs a newCheckRecordComponentAdapter.CheckRecordComponentAdapter(RecordComponentVisitor recordComponentVisitor) Constructs a newCheckRecordComponentAdapter.TraceRecordComponentVisitor(RecordComponentVisitor recordComponentVisitor, Printer printer) Constructs a newTraceRecordComponentVisitor.