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 classSimpleRemapperFields in org.objectweb.asm.commons declared as Remapper Modifier and Type Field Description protected RemapperAnnotationRemapper. remapperThe remapper used to remap the types in the visited annotation.protected RemapperClassRemapper. remapperThe remapper used to remap the types in the visited class.protected RemapperFieldRemapper. remapperThe remapper used to remap the types in the visited field.protected RemapperMethodRemapper. remapperThe remapper used to remap the types in the visited field.protected RemapperModuleRemapper. remapperThe remapper used to remap the types in the visited module.protected RemapperRecordComponentRemapper. remapperThe 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, String descriptor, AnnotationVisitor annotationVisitor, Remapper remapper)Constructs a newAnnotationRemapper.AnnotationRemapper(int api, AnnotationVisitor annotationVisitor, Remapper remapper)Deprecated.AnnotationRemapper(String descriptor, AnnotationVisitor annotationVisitor, Remapper remapper)Constructs a newAnnotationRemapper.AnnotationRemapper(AnnotationVisitor annotationVisitor, Remapper remapper)Deprecated.ClassRemapper(int api, ClassVisitor classVisitor, Remapper remapper)Constructs a newClassRemapper.ClassRemapper(ClassVisitor classVisitor, Remapper remapper)Constructs a newClassRemapper.FieldRemapper(int api, FieldVisitor fieldVisitor, Remapper remapper)Constructs a newFieldRemapper.FieldRemapper(FieldVisitor fieldVisitor, Remapper remapper)Constructs a newFieldRemapper.MethodRemapper(int api, MethodVisitor methodVisitor, Remapper remapper)Constructs a newMethodRemapper.MethodRemapper(MethodVisitor methodVisitor, Remapper remapper)Constructs a newMethodRemapper.ModuleRemapper(int api, ModuleVisitor moduleVisitor, Remapper remapper)Constructs a newModuleRemapper.ModuleRemapper(ModuleVisitor moduleVisitor, Remapper remapper)Constructs a newModuleRemapper.RecordComponentRemapper(int api, RecordComponentVisitor recordComponentVisitor, Remapper remapper)Constructs a newRecordComponentRemapper.RecordComponentRemapper(RecordComponentVisitor recordComponentVisitor, Remapper remapper)Constructs a newRecordComponentRemapper.SignatureRemapper(int api, SignatureVisitor signatureVisitor, Remapper remapper)Constructs a newSignatureRemapper.SignatureRemapper(SignatureVisitor signatureVisitor, Remapper remapper)Constructs a newSignatureRemapper.
-