Class CustomRawCall
java.lang.Object
jadx.core.dex.instructions.invokedynamic.CustomRawCall
Show `invoke-custom` similar to polymorphic call
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InsnNodebuild(MethodNode mth, InsnData insn, boolean isRange, List<EncodedValue> values) buildArgs(MethodNode mth, List<EncodedValue> values)
-
Constructor Details
-
CustomRawCall
public CustomRawCall()
-
-
Method Details
-
build
public static InsnNode build(MethodNode mth, InsnData insn, boolean isRange, List<EncodedValue> values) -
buildArgs
-