Package jadx.core.codegen
Class SimpleModeHelper
java.lang.Object
jadx.core.codegen.SimpleModeHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BitSetprivate final MethodNodeprivate final BitSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisNeedEndGoto(BlockNode block) booleanisNeedStartLabel(BlockNode block) private voidprocessTargetInsn(BlockNode block, InsnNode lastInsn, @Nullable BlockNode next) private voidprivate void
-
Field Details
-
mth
-
startLabel
-
endGoto
-
-
Constructor Details
-
SimpleModeHelper
-
-
Method Details
-
prepareBlocks
-
removeEmptyBlocks
private void removeEmptyBlocks() -
unbindExceptionHandlers
private void unbindExceptionHandlers() -
processTargetInsn
-
isNeedStartLabel
-
isNeedEndGoto
-
getSortedBlocks
-