Package | Description |
---|---|
org.springframework.asm |
Spring's repackaging of
ASM 9.x
(with Spring-specific patches; for internal use only).
|
Modifier and Type | Method and Description |
---|---|
RecordComponentVisitor |
RecordComponentVisitor.getDelegate()
The record visitor to which this visitor must delegate method calls.
|
RecordComponentVisitor |
ClassWriter.visitRecordComponent(String name,
String descriptor,
String signature) |
RecordComponentVisitor |
ClassVisitor.visitRecordComponent(String name,
String descriptor,
String signature)
Visits a record component of the class.
|
Constructor and Description |
---|
RecordComponentVisitor(int api,
RecordComponentVisitor recordComponentVisitor)
Constructs a new
RecordComponentVisitor . |