Package | Description |
---|---|
org.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
org.objectweb.asm.commons |
Provides some useful class and method adapters.
|
org.objectweb.asm.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
org.objectweb.asm.util |
Provides ASM visitors that can be useful for programming and
debugging purposes.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
RecordComponentWriter |
Modifier and Type | Field and Description |
---|---|
(package private) RecordComponentVisitor |
RecordComponentVisitor.delegate
Deprecated.
The record visitor to which this visitor must delegate method calls.
|
Modifier and Type | Method and Description |
---|---|
RecordComponentVisitor |
RecordComponentVisitor.getDelegateExperimental()
Deprecated.
this API is experimental.
|
RecordComponentVisitor |
ClassVisitor.visitRecordComponentExperimental(int access,
java.lang.String name,
java.lang.String descriptor,
java.lang.String signature)
Deprecated.
this API is experimental.
|
RecordComponentVisitor |
ClassWriter.visitRecordComponentExperimental(int access,
java.lang.String name,
java.lang.String descriptor,
java.lang.String signature) |
Constructor and Description |
---|
RecordComponentVisitor(int api,
RecordComponentVisitor recordComponentVisitor)
Deprecated.
this API is experimental.
|
Modifier and Type | Class and Description |
---|---|
class |
RecordComponentRemapper
A
RecordComponentVisitor that remaps types with a Remapper . |
Modifier and Type | Method and Description |
---|---|
protected RecordComponentVisitor |
ClassRemapper.createRecordComponentRemapper(RecordComponentVisitor recordComponentVisitor)
Constructs a new remapper for record components.
|
RecordComponentVisitor |
ClassRemapper.visitRecordComponentExperimental(int access,
java.lang.String name,
java.lang.String descriptor,
java.lang.String signature) |
Modifier and Type | Method and Description |
---|---|
protected RecordComponentVisitor |
ClassRemapper.createRecordComponentRemapper(RecordComponentVisitor recordComponentVisitor)
Constructs a new remapper for record components.
|
Constructor and Description |
---|
RecordComponentRemapper(int api,
RecordComponentVisitor recordComponentVisitor,
Remapper remapper)
Constructs a new
RecordComponentRemapper . |
RecordComponentRemapper(RecordComponentVisitor recordComponentVisitor,
Remapper remapper)
Constructs a new
RecordComponentRemapper . |
Modifier and Type | Class and Description |
---|---|
class |
RecordComponentNode
Deprecated.
this API is experimental.
|
Modifier and Type | Method and Description |
---|---|
RecordComponentVisitor |
ClassNode.visitRecordComponentExperimental(int access,
java.lang.String name,
java.lang.String descriptor,
java.lang.String signature) |
Modifier and Type | Class and Description |
---|---|
class |
CheckRecordComponentAdapter
A
RecordComponentVisitor that checks that its methods are properly used. |
class |
TraceRecordComponentVisitor
Deprecated.
This is an experimental API.
|
Modifier and Type | Method and Description |
---|---|
RecordComponentVisitor |
CheckClassAdapter.visitRecordComponentExperimental(int access,
java.lang.String name,
java.lang.String descriptor,
java.lang.String signature) |
RecordComponentVisitor |
TraceClassVisitor.visitRecordComponentExperimental(int access,
java.lang.String name,
java.lang.String descriptor,
java.lang.String signature) |
Constructor and Description |
---|
CheckRecordComponentAdapter(int api,
RecordComponentVisitor recordComponentVisitor)
Constructs a new
CheckRecordComponentAdapter . |
CheckRecordComponentAdapter(RecordComponentVisitor recordComponentVisitor)
Constructs a new
CheckRecordComponentAdapter . |
TraceRecordComponentVisitor(RecordComponentVisitor recordComponentVisitor,
Printer printer)
Deprecated.
This is an experimental API.
|