Package jadx.core.codegen
Class TypeGen
java.lang.Object
jadx.core.codegen.TypeGen
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable Stringstatic StringliteralToString(long lit, ArgType type, IDexNode dexNode, boolean fallback) Convert literal value to string according to value typestatic StringliteralToString(long lit, ArgType type, StringUtils stringUtils, boolean fallback, boolean cast) static StringliteralToString(LiteralArg arg, IDexNode dexNode, boolean fallback) Convert literal arg to string (preferred method)static Stringsignatures(List<ArgType> types)
-
Field Details
-
LOG
private static final org.slf4j.Logger LOG
-
-
Constructor Details
-
TypeGen
private TypeGen()
-
-
Method Details
-
signature
-
signatures
-
literalToString
Convert literal arg to string (preferred method) -
literalToString
Convert literal value to string according to value type- Throws:
JadxRuntimeException- for incorrect type or literal value
-
literalToString
public static String literalToString(long lit, ArgType type, StringUtils stringUtils, boolean fallback, boolean cast) -
literalToRawString
-