Uses of Class
org.objectweb.asm.commons.Remapper
-
-
Uses of Remapper in org.objectweb.asm.commons
Subclasses of Remapper in org.objectweb.asm.commons Modifier and Type Class Description class
SimpleRemapper
ARemapper
using aMap
to define its mapping.Fields in org.objectweb.asm.commons declared as Remapper Modifier and Type Field Description protected Remapper
AnnotationRemapper. remapper
The remapper used to remap the types in the visited annotation.protected Remapper
ClassRemapper. remapper
The remapper used to remap the types in the visited class.protected Remapper
FieldRemapper. remapper
The remapper used to remap the types in the visited field.protected Remapper
MethodRemapper. 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
RecordComponentRemapper. remapper
The remapper used to remap the types in the visited field.Constructors in org.objectweb.asm.commons with parameters of type Remapper Constructor Description AnnotationRemapper(int api, java.lang.String descriptor, org.objectweb.asm.AnnotationVisitor annotationVisitor, Remapper remapper)
Constructs a newAnnotationRemapper
.AnnotationRemapper(int api, org.objectweb.asm.AnnotationVisitor annotationVisitor, Remapper remapper)
Deprecated.AnnotationRemapper(java.lang.String descriptor, org.objectweb.asm.AnnotationVisitor annotationVisitor, Remapper remapper)
Constructs a newAnnotationRemapper
.AnnotationRemapper(org.objectweb.asm.AnnotationVisitor annotationVisitor, Remapper remapper)
Deprecated.ClassRemapper(int api, org.objectweb.asm.ClassVisitor classVisitor, Remapper remapper)
Constructs a newClassRemapper
.ClassRemapper(org.objectweb.asm.ClassVisitor classVisitor, Remapper remapper)
Constructs a newClassRemapper
.FieldRemapper(int api, org.objectweb.asm.FieldVisitor fieldVisitor, Remapper remapper)
Constructs a newFieldRemapper
.FieldRemapper(org.objectweb.asm.FieldVisitor fieldVisitor, Remapper remapper)
Constructs a newFieldRemapper
.MethodRemapper(int api, org.objectweb.asm.MethodVisitor methodVisitor, Remapper remapper)
Constructs a newMethodRemapper
.MethodRemapper(org.objectweb.asm.MethodVisitor methodVisitor, Remapper remapper)
Constructs a newMethodRemapper
.ModuleRemapper(int api, org.objectweb.asm.ModuleVisitor moduleVisitor, Remapper remapper)
Constructs a newModuleRemapper
.ModuleRemapper(org.objectweb.asm.ModuleVisitor moduleVisitor, Remapper remapper)
Constructs a newModuleRemapper
.RecordComponentRemapper(int api, org.objectweb.asm.RecordComponentVisitor recordComponentVisitor, Remapper remapper)
Constructs a newRecordComponentRemapper
.RecordComponentRemapper(org.objectweb.asm.RecordComponentVisitor recordComponentVisitor, Remapper remapper)
Constructs a newRecordComponentRemapper
.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
.
-