org.objectweb.asm.commons
类 SimpleRemapper
java.lang.Object
org.objectweb.asm.commons.Remapper
org.objectweb.asm.commons.SimpleRemapper
public class SimpleRemapper
- extends Remapper
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleRemapper
public SimpleRemapper(Map mapping)
SimpleRemapper
public SimpleRemapper(String oldName,
String newName)
mapMethodName
public String mapMethodName(String owner,
String name,
String desc)
- 从类
Remapper 复制的描述
- Map method name to the new name. Subclasses can override.
- 覆盖:
- 类
Remapper 中的 mapMethodName
mapFieldName
public String mapFieldName(String owner,
String name,
String desc)
- 从类
Remapper 复制的描述
- Map field name to the new name. Subclasses can override.
- 覆盖:
- 类
Remapper 中的 mapFieldName
map
public String map(String key)
- 从类
Remapper 复制的描述
- Map type name to the new name. Subclasses can override.
- 覆盖:
- 类
Remapper 中的 map
Copyright © 2013. All Rights Reserved.