Package | Description |
---|---|
org.objectweb.asm.commons |
Provides some useful class and method adapters.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleRemapper
|
Modifier and Type | Field and Description |
---|---|
protected Remapper |
RemappingMethodAdapter.remapper
Deprecated.
|
protected Remapper |
RemappingClassAdapter.remapper
Deprecated.
|
protected Remapper |
RemappingAnnotationAdapter.remapper
Deprecated.
|
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(AnnotationVisitor annotationVisitor,
Remapper remapper)
Constructs a new
AnnotationRemapper . |
AnnotationRemapper(int api,
AnnotationVisitor annotationVisitor,
Remapper remapper)
Constructs a new
AnnotationRemapper . |
ClassRemapper(ClassVisitor classVisitor,
Remapper remapper)
Constructs a new
ClassRemapper . |
ClassRemapper(int api,
ClassVisitor classVisitor,
Remapper remapper)
Constructs a new
ClassRemapper . |
FieldRemapper(FieldVisitor fieldVisitor,
Remapper remapper)
Constructs a new
FieldRemapper . |
FieldRemapper(int api,
FieldVisitor fieldVisitor,
Remapper remapper)
Constructs a new
FieldRemapper . |
MethodRemapper(int api,
MethodVisitor methodVisitor,
Remapper remapper)
Constructs a new
MethodRemapper . |
MethodRemapper(MethodVisitor methodVisitor,
Remapper remapper)
Constructs a new
MethodRemapper . |
ModuleRemapper(int api,
ModuleVisitor moduleVisitor,
Remapper remapper)
Constructs a new
ModuleRemapper . |
ModuleRemapper(ModuleVisitor moduleVisitor,
Remapper remapper)
Constructs a new
ModuleRemapper . |
RemappingAnnotationAdapter(AnnotationVisitor annotationVisitor,
Remapper remapper)
Deprecated.
|
RemappingAnnotationAdapter(int api,
AnnotationVisitor annotationVisitor,
Remapper remapper)
Deprecated.
|
RemappingClassAdapter(ClassVisitor classVisitor,
Remapper remapper)
Deprecated.
|
RemappingClassAdapter(int api,
ClassVisitor classVisitor,
Remapper remapper)
Deprecated.
|
RemappingFieldAdapter(FieldVisitor fieldVisitor,
Remapper remapper)
Deprecated.
|
RemappingFieldAdapter(int api,
FieldVisitor fieldVisitor,
Remapper remapper)
Deprecated.
|
RemappingMethodAdapter(int api,
int access,
String descriptor,
MethodVisitor methodVisitor,
Remapper remapper)
Deprecated.
|
RemappingMethodAdapter(int access,
String descriptor,
MethodVisitor methodVisitor,
Remapper remapper)
Deprecated.
|
RemappingSignatureAdapter(int api,
SignatureVisitor signatureVisitor,
Remapper remapper)
Deprecated.
|
RemappingSignatureAdapter(SignatureVisitor signatureVisitor,
Remapper remapper)
Deprecated.
|
SignatureRemapper(int api,
SignatureVisitor signatureVisitor,
Remapper remapper)
Constructs a new
SignatureRemapper . |
SignatureRemapper(SignatureVisitor signatureVisitor,
Remapper remapper)
Constructs a new
SignatureRemapper . |
Copyright © 2020. All rights reserved.