refactor: split and simplify deobfuscator

This commit is contained in:
Skylot
2022-07-31 16:16:10 +01:00
parent bc7300bd01
commit d4927db52b
38 changed files with 899 additions and 1074 deletions
@@ -0,0 +1,6 @@
package jadx.api.core.nodes;
public interface IRenameNode {
void rename(String newName);
}