| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRemapper
|
| Modifier and Type | Field and Description |
|---|---|
protected Remapper |
RecordComponentRemapper.remapper
The remapper used to remap the types in the visited field.
|
protected Remapper |
ModuleRemapper.remapper
The remapper used to remap the types in the visited module.
|
protected Remapper |
MethodRemapper.remapper
The remapper used to remap the types in the visited field.
|
protected Remapper |
FieldRemapper.remapper
The remapper used to remap the types in the visited field.
|
protected Remapper |
ClassRemapper.remapper
The remapper used to remap the types in the visited class.
|
protected Remapper |
AnnotationRemapper.remapper
The remapper used to remap the types in the visited annotation.
|
| Constructor and Description |
|---|
AnnotationRemapper(org.objectweb.asm.AnnotationVisitor annotationVisitor,
Remapper remapper)
Deprecated.
|
AnnotationRemapper(int api,
org.objectweb.asm.AnnotationVisitor annotationVisitor,
Remapper remapper)
Deprecated.
|
AnnotationRemapper(int api,
String descriptor,
org.objectweb.asm.AnnotationVisitor annotationVisitor,
Remapper remapper)
Constructs a new
AnnotationRemapper. |
AnnotationRemapper(String descriptor,
org.objectweb.asm.AnnotationVisitor annotationVisitor,
Remapper remapper)
Constructs a new
AnnotationRemapper. |
ClassRemapper(org.objectweb.asm.ClassVisitor classVisitor,
Remapper remapper)
Constructs a new
ClassRemapper. |
ClassRemapper(int api,
org.objectweb.asm.ClassVisitor classVisitor,
Remapper remapper)
Constructs a new
ClassRemapper. |
FieldRemapper(org.objectweb.asm.FieldVisitor fieldVisitor,
Remapper remapper)
Constructs a new
FieldRemapper. |
FieldRemapper(int api,
org.objectweb.asm.FieldVisitor fieldVisitor,
Remapper remapper)
Constructs a new
FieldRemapper. |
MethodRemapper(int api,
org.objectweb.asm.MethodVisitor methodVisitor,
Remapper remapper)
Constructs a new
MethodRemapper. |
MethodRemapper(org.objectweb.asm.MethodVisitor methodVisitor,
Remapper remapper)
Constructs a new
MethodRemapper. |
ModuleRemapper(int api,
org.objectweb.asm.ModuleVisitor moduleVisitor,
Remapper remapper)
Constructs a new
ModuleRemapper. |
ModuleRemapper(org.objectweb.asm.ModuleVisitor moduleVisitor,
Remapper remapper)
Constructs a new
ModuleRemapper. |
RecordComponentRemapper(int api,
org.objectweb.asm.RecordComponentVisitor recordComponentVisitor,
Remapper remapper)
Constructs a new
RecordComponentRemapper. |
RecordComponentRemapper(org.objectweb.asm.RecordComponentVisitor recordComponentVisitor,
Remapper remapper)
Constructs a new
RecordComponentRemapper. |
SignatureRemapper(int api,
org.objectweb.asm.signature.SignatureVisitor signatureVisitor,
Remapper remapper)
Constructs a new
SignatureRemapper. |
SignatureRemapper(org.objectweb.asm.signature.SignatureVisitor signatureVisitor,
Remapper remapper)
Constructs a new
SignatureRemapper. |
Copyright © 2024. All rights reserved.