Uses of Class
jadx.core.dex.instructions.mods.TernaryInsn
Packages that use TernaryInsn
-
Uses of TernaryInsn in jadx.core.codegen
Methods in jadx.core.codegen with parameters of type TernaryInsnModifier and TypeMethodDescriptionprivate voidInsnGen.makeTernary(TernaryInsn insn, ICodeWriter code, Set<InsnGen.Flags> state) -
Uses of TernaryInsn in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors that return TernaryInsnModifier and TypeMethodDescriptionstatic TernaryInsnModVisitor.makeBooleanConvertInsn(RegisterArg result, InsnArg castArg, ArgType type) Methods in jadx.core.dex.visitors with parameters of type TernaryInsnModifier and TypeMethodDescriptionprivate static voidSimplifyVisitor.simplifyTernary(MethodNode mth, TernaryInsn insn) Simplify condition in ternary operation -
Uses of TernaryInsn in jadx.core.dex.visitors.typeinference
Methods in jadx.core.dex.visitors.typeinference that return TernaryInsnModifier and TypeMethodDescriptionprivate TernaryInsnFixTypesVisitor.prepareBooleanConvertInsn(RegisterArg resultArg, RegisterArg boundArg, ArgType useType)