Package jadx.core.dex.visitors
Class ProcessInstructionsVisitor
java.lang.Object
jadx.core.dex.visitors.AbstractVisitor
jadx.core.dex.visitors.ProcessInstructionsVisitor
- All Implemented Interfaces:
IDexTreeVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidaddJump(MethodNode mth, InsnNode[] insnByOffset, int offset, int target) private static voidattachSwitchData(InsnNode[] insnByOffset, int offset, SwitchInsn sw) private static @Nullable InsnNodegetInsnAtOffset(InsnNode[] insnByOffset, int offset) static intgetNextInsnOffset(InsnNode[] insnByOffset, int offset) private static voidinitJumps(MethodNode mth, InsnNode[] insnByOffset) private static voidmergeMoveResult(InsnNode[] insnByOffset, int offset, InsnNode insn, ArgType resType) private static voidremoveInsn(InsnNode[] insnByOffset, InsnNode insn) voidvisit(MethodNode mth) Visit methodMethods inherited from class jadx.core.dex.visitors.AbstractVisitor
getName, init, toString, visit
-
Constructor Details
-
ProcessInstructionsVisitor
public ProcessInstructionsVisitor()
-
-
Method Details
-
visit
Description copied from interface:IDexTreeVisitorVisit method- Specified by:
visitin interfaceIDexTreeVisitor- Overrides:
visitin classAbstractVisitor- Throws:
JadxException
-
initJumps
-
attachSwitchData
-
mergeMoveResult
-
addJump
-
getNextInsnOffset
-
getInsnAtOffset
-
removeInsn
-