Package jadx.core.dex.visitors.regions
package jadx.core.dex.visitors.regions
-
ClassDescriptionExtract blocks to separate try/catch regionRemove unnecessary return instructions for void methodsAdd common 'break' if 'break' or exit insn ('return', 'throw', 'continue') found in all branches.For every 'switch' region run new instance of provided 'switch' visitor.A switch(string) java code will be compiled to two switches in class code.Convert 'if' to ternary operation