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 TypeFieldDescription(package private) RecordComponentVisitor
RecordComponentVisitor.delegate
The 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 RecordComponentVisitor
ClassWriter.visitRecordComponent
(String name, String descriptor, String signature) Constructors in org.objectweb.asm with parameters of type RecordComponentVisitorModifierConstructorDescriptionprotected
RecordComponentVisitor
(int api, RecordComponentVisitor recordComponentVisitor) Constructs a newRecordComponentVisitor
. -
Uses of RecordComponentVisitor in org.objectweb.asm.commons
Subclasses of RecordComponentVisitor in org.objectweb.asm.commonsModifier and TypeClassDescriptionclass
ARecordComponentVisitor
that remaps types with aRemapper
.Methods in org.objectweb.asm.commons that return RecordComponentVisitorModifier and TypeMethodDescriptionprotected RecordComponentVisitor
ClassRemapper.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 RecordComponentVisitor
ClassRemapper.createRecordComponentRemapper
(RecordComponentVisitor recordComponentVisitor) Constructs a new remapper for record components.Constructors in org.objectweb.asm.commons with parameters of type RecordComponentVisitorModifierConstructorDescriptionprotected
RecordComponentRemapper
(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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
ARecordComponentVisitor
that checks that its methods are properly used.final class
ARecordComponentVisitor
that 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 RecordComponentVisitorModifierConstructorDescriptionprotected
CheckRecordComponentAdapter
(int api, RecordComponentVisitor recordComponentVisitor) Constructs a newCheckRecordComponentAdapter
.CheckRecordComponentAdapter
(RecordComponentVisitor recordComponentVisitor) Constructs a newCheckRecordComponentAdapter
.TraceRecordComponentVisitor
(RecordComponentVisitor recordComponentVisitor, Printer printer) Constructs a newTraceRecordComponentVisitor
.