Uses of Class
org.objectweb.asm.commons.Remapper
-
Uses of Remapper in org.objectweb.asm.commons
Subclasses of Remapper in org.objectweb.asm.commonsModifier and TypeClassDescriptionclass
Fields in org.objectweb.asm.commons declared as RemapperModifier and TypeFieldDescriptionprotected final Remapper
AnnotationRemapper.remapper
The remapper used to remap the types in the visited annotation.protected final Remapper
ClassRemapper.remapper
The remapper used to remap the types in the visited class.protected final Remapper
FieldRemapper.remapper
The remapper used to remap the types in the visited field.protected final Remapper
MethodRemapper.remapper
The remapper used to remap the types in the visited field.protected final Remapper
ModuleRemapper.remapper
The remapper used to remap the types in the visited module.protected final Remapper
RecordComponentRemapper.remapper
The remapper used to remap the types in the visited field.Constructors in org.objectweb.asm.commons with parameters of type RemapperModifierConstructorDescriptionprotected
AnnotationRemapper
(int api, String descriptor, org.objectweb.asm.AnnotationVisitor annotationVisitor, Remapper remapper) Constructs a newAnnotationRemapper
.protected
AnnotationRemapper
(int api, org.objectweb.asm.AnnotationVisitor annotationVisitor, Remapper remapper) Deprecated.AnnotationRemapper
(String descriptor, org.objectweb.asm.AnnotationVisitor annotationVisitor, Remapper remapper) Constructs a newAnnotationRemapper
.AnnotationRemapper
(org.objectweb.asm.AnnotationVisitor annotationVisitor, Remapper remapper) Deprecated.protected
ClassRemapper
(int api, org.objectweb.asm.ClassVisitor classVisitor, Remapper remapper) Constructs a newClassRemapper
.ClassRemapper
(org.objectweb.asm.ClassVisitor classVisitor, Remapper remapper) Constructs a newClassRemapper
.protected
FieldRemapper
(int api, org.objectweb.asm.FieldVisitor fieldVisitor, Remapper remapper) Constructs a newFieldRemapper
.FieldRemapper
(org.objectweb.asm.FieldVisitor fieldVisitor, Remapper remapper) Constructs a newFieldRemapper
.protected
MethodRemapper
(int api, org.objectweb.asm.MethodVisitor methodVisitor, Remapper remapper) Constructs a newMethodRemapper
.MethodRemapper
(org.objectweb.asm.MethodVisitor methodVisitor, Remapper remapper) Constructs a newMethodRemapper
.protected
ModuleRemapper
(int api, org.objectweb.asm.ModuleVisitor moduleVisitor, Remapper remapper) Constructs a newModuleRemapper
.ModuleRemapper
(org.objectweb.asm.ModuleVisitor moduleVisitor, Remapper remapper) Constructs a newModuleRemapper
.protected
RecordComponentRemapper
(int api, org.objectweb.asm.RecordComponentVisitor recordComponentVisitor, Remapper remapper) Constructs a newRecordComponentRemapper
.RecordComponentRemapper
(org.objectweb.asm.RecordComponentVisitor recordComponentVisitor, Remapper remapper) Constructs a newRecordComponentRemapper
.protected
SignatureRemapper
(int api, org.objectweb.asm.signature.SignatureVisitor signatureVisitor, Remapper remapper) Constructs a newSignatureRemapper
.SignatureRemapper
(org.objectweb.asm.signature.SignatureVisitor signatureVisitor, Remapper remapper) Constructs a newSignatureRemapper
.
AnnotationRemapper(int, String, AnnotationVisitor, Remapper)
instead.