|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mvel2.asm.commons.Remapper
org.mvel2.asm.commons.SimpleRemapper
public class SimpleRemapper
A Remapper using a Map to define its mapping.
| Constructor Summary | |
|---|---|
SimpleRemapper(Map<String,String> mapping)
|
|
SimpleRemapper(String oldName,
String newName)
|
|
| Method Summary | |
|---|---|
String |
map(String key)
Map type name to the new name. |
String |
mapFieldName(String owner,
String name,
String desc)
Map field name to the new name. |
String |
mapInvokeDynamicMethodName(String name,
String desc)
Map invokedynamic method name to the new name. |
String |
mapMethodName(String owner,
String name,
String desc)
Map method name to the new name. |
| Methods inherited from class org.mvel2.asm.commons.Remapper |
|---|
createRemappingSignatureAdapter, createSignatureRemapper, mapDesc, mapMethodDesc, mapModuleName, mapPackageName, mapSignature, mapType, mapTypes, mapValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleRemapper(Map<String,String> mapping)
public SimpleRemapper(String oldName,
String newName)
| Method Detail |
|---|
public String mapMethodName(String owner,
String name,
String desc)
Remapper
mapMethodName in class Remapperowner - owner of the method.name - name of the method.desc - descriptor of the method.
public String mapInvokeDynamicMethodName(String name,
String desc)
Remapper
mapInvokeDynamicMethodName in class Remappername - name of the invokedynamic.desc - descriptor of the invokedynamic.
public String mapFieldName(String owner,
String name,
String desc)
Remapper
mapFieldName in class Remapperowner - owner of the field.name - name of the fielddesc - descriptor of the field
public String map(String key)
Remapper
map in class Remapperkey - the type name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||