Package jadx.core.dex.visitors.finaly
Class SameInstructionsStrategyImpl
java.lang.Object
jadx.core.dex.visitors.finaly.SameInstructionsStrategy
jadx.core.dex.visitors.finaly.SameInstructionsStrategyImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleanassignInsnDifferent(RegisterArg dupReg, RegisterArg fReg) booleanisSameArgs(InsnArg dupArg, InsnArg fArg) private static booleansameDebugInfo(RegisterArg dupReg, RegisterArg fReg) boolean
-
Constructor Details
-
SameInstructionsStrategyImpl
public SameInstructionsStrategyImpl()
-
-
Method Details
-
sameDebugInfo
-
assignInsnDifferent
-
sameInsns
- Specified by:
sameInsnsin classSameInstructionsStrategy
-
isSameArgs
- Specified by:
isSameArgsin classSameInstructionsStrategy
-