Package jadx.core.dex.visitors
Class MarkMethodsForInline
java.lang.Object
jadx.core.dex.visitors.AbstractVisitor
jadx.core.dex.visitors.MarkMethodsForInline
- All Implemented Interfaces:
IDexTreeVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static @Nullable MethodInlineAttraddInlineAttr(MethodNode mth, InsnNode insn, boolean isCopy) private static booleanfixVisibilityOfInlineCode(MethodNode mth, InsnNode insn) private static @Nullable MethodInlineAttrinlineMth(MethodNode mth) private static booleanisSyntheticAccessPattern(MethodNode mth, InsnNode firstInsn, InsnNode retInsn) static @Nullable MethodInlineAttrprocess(MethodNode mth) private static voidunbindSsaVars(InsnNode insn) voidvisit(MethodNode mth) Visit methodMethods inherited from class jadx.core.dex.visitors.AbstractVisitor
getName, init, toString, visit
-
Constructor Details
-
MarkMethodsForInline
public MarkMethodsForInline()
-
-
Method Details
-
visit
Description copied from interface:IDexTreeVisitorVisit method- Specified by:
visitin interfaceIDexTreeVisitor- Overrides:
visitin classAbstractVisitor- Throws:
JadxException
-
process
- Returns:
- null if method can't be analyzed (not loaded)
-
inlineMth
-
isSyntheticAccessPattern
private static boolean isSyntheticAccessPattern(MethodNode mth, InsnNode firstInsn, InsnNode retInsn) -
addInlineAttr
@Nullable private static @Nullable MethodInlineAttr addInlineAttr(MethodNode mth, InsnNode insn, boolean isCopy) -
unbindSsaVars
-
fixVisibilityOfInlineCode
-