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 |
AnnotationRemapper.remapper
The remapper used to remap the types in the visited annotation.
|
protected Remapper |
RemappingMethodAdapter.remapper
Deprecated.
|
protected Remapper |
ModuleRemapper.remapper
The remapper used to remap the types in the visited module.
|
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 |
MethodRemapper.remapper
The remapper used to remap the types in the visited field.
|
protected Remapper |
RemappingClassAdapter.remapper
Deprecated.
|
protected Remapper |
RemappingAnnotationAdapter.remapper
Deprecated.
|
Copyright © 2021. All rights reserved.