Class Remapper
java.lang.Object
org.objectweb.asm.commons.Remapper
- Direct Known Subclasses:
SimpleRemapper
A class responsible for remapping types and names.
Subclasses can override the following methods:
map(String)- map typemapFieldName(String, String, String)- map field namemapMethodName(String, String, String)- map method name
- Author:
- Eugene Kuleshov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SignatureVisitorMap type name to the new name.mapFieldName(String owner, String name, String desc) Map field name to the new name.mapMethodDesc(String desc) mapMethodName(String owner, String name, String desc) Map method name to the new name.mapSignature(String signature, boolean typeSignature) String[]
-
Constructor Details
-
Remapper
public Remapper()
-
-
Method Details
-
mapDesc
-
mapType
-
mapTypes
-
mapMethodDesc
-
mapValue
-
mapSignature
-
createRemappingSignatureAdapter
-
mapMethodName
-
mapFieldName
-
map
-