Class CustomRawCall
- java.lang.Object
-
- jadx.core.dex.instructions.invokedynamic.CustomRawCall
-
public class CustomRawCall extends java.lang.ObjectShow `invoke-custom` similar to polymorphic call
-
-
Constructor Summary
Constructors Constructor Description CustomRawCall()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InsnNodebuild(MethodNode mth, jadx.api.plugins.input.insns.InsnData insn, boolean isRange, java.util.List<jadx.api.plugins.input.data.annotations.EncodedValue> values)
-
-
-
Method Detail
-
build
public static InsnNode build(MethodNode mth, jadx.api.plugins.input.insns.InsnData insn, boolean isRange, java.util.List<jadx.api.plugins.input.data.annotations.EncodedValue> values)
-
-