Uses of Interface
jadx.core.dex.nodes.IDexNode
Packages that use IDexNode
Package
Description
-
Uses of IDexNode in jadx.api.deobf.impl
Fields in jadx.api.deobf.impl with type parameters of type IDexNodeModifier and TypeFieldDescriptionprivate final BiPredicate<String, IDexNode> AnyRenameCondition.predicateConstructor parameters in jadx.api.deobf.impl with type arguments of type IDexNode -
Uses of IDexNode in jadx.core.codegen
Methods in jadx.core.codegen with parameters of type IDexNodeModifier and TypeMethodDescriptionstatic StringTypeGen.literalToString(long lit, ArgType type, IDexNode dexNode, boolean fallback) Convert literal value to string according to value typestatic StringTypeGen.literalToString(LiteralArg arg, IDexNode dexNode, boolean fallback) Convert literal arg to string (preferred method) -
Uses of IDexNode in jadx.core.dex.attributes.nodes
Classes in jadx.core.dex.attributes.nodes that implement IDexNode -
Uses of IDexNode in jadx.core.dex.nodes
Subinterfaces of IDexNode in jadx.core.dex.nodesClasses in jadx.core.dex.nodes that implement IDexNodeModifier and TypeClassDescriptionclassclassclassclass -
Uses of IDexNode in jadx.core.utils
Methods in jadx.core.utils with type parameters of type IDexNodeModifier and TypeMethodDescriptionprivate <N extends IDexNode & IAttributeNode>
Stringprivate <N extends IDexNode & IAttributeNode>
voidErrorsCounter.addWarning(N node, String warn) static <N extends IDexNode & IAttributeNode>
Stringstatic <N extends IDexNode & IAttributeNode>
voidMethods in jadx.core.utils with parameters of type IDexNode