Uses of Class
jadx.core.dex.instructions.args.LiteralArg
Packages that use LiteralArg
Package
Description
-
Uses of LiteralArg in jadx.core.codegen
Methods in jadx.core.codegen with parameters of type LiteralArgModifier and TypeMethodDescriptionprivate voidInsnGen.addLiteralArg(ICodeWriter code, LiteralArg litArg, Set<InsnGen.Flags> flags) private StringInsnGen.lit(LiteralArg arg) static @Nullable StringTypeGen.literalToRawString(LiteralArg arg) static StringTypeGen.literalToString(LiteralArg arg, IDexNode dexNode, boolean fallback) Convert literal arg to string (preferred method) -
Uses of LiteralArg in jadx.core.dex.info
Methods in jadx.core.dex.info with parameters of type LiteralArgModifier and TypeMethodDescription@Nullable IFieldInfoRefConstStorage.getConstFieldByLiteralArg(ClassNode cls, LiteralArg arg) -
Uses of LiteralArg in jadx.core.dex.instructions
Methods in jadx.core.dex.instructions that return types with arguments of type LiteralArgModifier and TypeMethodDescriptionFillArrayData.getLiteralArgs(ArgType type) FillArrayInsn.getLiteralArgs(ArgType elType) -
Uses of LiteralArg in jadx.core.dex.instructions.args
Methods in jadx.core.dex.instructions.args that return LiteralArgModifier and TypeMethodDescriptionstatic LiteralArgstatic LiteralArgstatic LiteralArgLiteralArg.litFalse()static LiteralArgLiteralArg.litTrue()static LiteralArgstatic LiteralArgLiteralArg.makeWithFixedType(long value, ArgType type) @Nullable LiteralArgLiteralArg.negate() -
Uses of LiteralArg in jadx.core.dex.nodes
Methods in jadx.core.dex.nodes with parameters of type LiteralArgModifier and TypeMethodDescription@Nullable IFieldInfoRefClassNode.getConstFieldByLiteralArg(LiteralArg arg) -
Uses of LiteralArg in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors with parameters of type LiteralArgModifier and TypeMethodDescriptionprivate static voidConstInlineVisitor.addExplicitCast(InsnNode insn, LiteralArg arg)