Class MethodRenameMap
java.lang.Object
de.geolykt.starloader.deobf.remapper.MethodRenameMap
-
Constructor Details
-
MethodRenameMap
public MethodRenameMap()
-
-
Method Details
-
clear
public void clear() -
get
-
getOrDefault
-
optGet
-
put
public void put(String owner, String descriptor, String name, String newName) throws ConflicitingMappingException - Throws:
ConflicitingMappingException
-
remove
Removes a method remapping entry from the method remapping list. This method practically undoesput(String, String, String, String). Like put remove only affects a SINGLE method in a SINGLE class and it's references. Note that implicitly declared/inherited methods must also be added to the remap list, sperately.- Parameters:
owner- The class of the method that should not be remappeddesc- The descriptor of the method to not remapname- The name of the method that should not be remapped
-
size
public int size()
-