类 SimpleRemapper
java.lang.Object
org.beetl.ow2.asm.commons.Remapper
org.beetl.ow2.asm.commons.SimpleRemapper
- 作者:
- Eugene Kuleshov
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.beetl.ow2.asm.commons.Remapper
createRemappingSignatureAdapter, mapDesc, mapInvokeDynamicMethodName, mapMethodDesc, mapSignature, mapType, mapTypes, mapValue
-
构造器详细资料
-
SimpleRemapper
-
SimpleRemapper
-
-
方法详细资料
-
mapMethodName
从类复制的说明:RemapperMap method className to the new className. Subclasses can override.- 覆盖:
mapMethodName在类中Remapper- 参数:
owner- owner of the method.name- className of the method.desc- descriptor of the method.- 返回:
- new className of the method
-
mapFieldName
从类复制的说明:RemapperMap field className to the new className. Subclasses can override.- 覆盖:
mapFieldName在类中Remapper- 参数:
owner- owner of the field.name- className of the fielddesc- descriptor of the field- 返回:
- new className of the field.
-
map
从类复制的说明:RemapperMap type className to the new className. Subclasses can override.
-