Uses of Interface
jadx.core.dex.attributes.IAttributeNode
Packages that use IAttributeNode
Package
Description
-
Uses of IAttributeNode in jadx.analysis.callgraph
Classes in jadx.analysis.callgraph that implement IAttributeNodeMethods in jadx.analysis.callgraph that return IAttributeNode -
Uses of IAttributeNode in jadx.analysis.callgraph.api
Methods in jadx.analysis.callgraph.api that return IAttributeNode -
Uses of IAttributeNode in jadx.core.codegen
Methods in jadx.core.codegen with parameters of type IAttributeNodeModifier and TypeMethodDescriptionprivate voidAnnotationGen.add(IAttributeNode node, ICodeWriter code) -
Uses of IAttributeNode in jadx.core.codegen.utils
Methods in jadx.core.codegen.utils with parameters of type IAttributeNodeModifier and TypeMethodDescriptionprivate static voidCodeGenUtils.addCodeComments(ICodeWriter code, @Nullable IAttributeNode node) static voidCodeGenUtils.addCodeComments(ICodeWriter code, NotificationAttrNode parent, @Nullable IAttributeNode node) -
Uses of IAttributeNode in jadx.core.dex.attributes
Classes in jadx.core.dex.attributes that implement IAttributeNode -
Uses of IAttributeNode in jadx.core.dex.attributes.nodes
Classes in jadx.core.dex.attributes.nodes that implement IAttributeNodeMethods in jadx.core.dex.attributes.nodes with parameters of type IAttributeNodeModifier and TypeMethodDescriptionstatic voidJadxCommentsAttr.add(IAttributeNode node, CommentsLevel level, String comment) private static JadxCommentsAttrJadxCommentsAttr.initFor(IAttributeNode node) -
Uses of IAttributeNode in jadx.core.dex.instructions
Classes in jadx.core.dex.instructions that implement IAttributeNodeModifier and TypeClassDescriptionclassclassfinal classfinal classfinal classfinal classclassclassclassclassclassclassInformation for raw invoke-custom instruction.
Output will be formatted as polymorphic call with equivalent semantic Contains two parts: - resolve: treated as additional invoke insn (uses only constant args) - invoke: call of resolved method (base for this invoke)
SeeCustomRawCallclass for build detailsclassclassclassfinal classclassclassclass -
Uses of IAttributeNode in jadx.core.dex.instructions.args
Classes in jadx.core.dex.instructions.args that implement IAttributeNodeModifier and TypeClassDescriptionclassInstruction argument.final classfinal classfinal classclassclass -
Uses of IAttributeNode in jadx.core.dex.instructions.java
Classes in jadx.core.dex.instructions.java that implement IAttributeNode -
Uses of IAttributeNode in jadx.core.dex.instructions.mods
Classes in jadx.core.dex.instructions.mods that implement IAttributeNode -
Uses of IAttributeNode in jadx.core.dex.nodes
Subinterfaces of IAttributeNode in jadx.core.dex.nodesModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in jadx.core.dex.nodes that implement IAttributeNodeModifier and TypeClassDescriptionfinal classclassclassclassfinal classLightweight replacement for BlockNode in regions.classclassclass -
Uses of IAttributeNode in jadx.core.dex.nodes.parser
Methods in jadx.core.dex.nodes.parser with parameters of type IAttributeNodeModifier and TypeMethodDescriptionstatic @Nullable SignatureParserSignatureParser.fromNode(IAttributeNode node) static @Nullable StringSignatureParser.getSignature(IAttributeNode node) -
Uses of IAttributeNode in jadx.core.dex.regions
Classes in jadx.core.dex.regions that implement IAttributeNodeModifier and TypeClassDescriptionclassfinal classfinal classfinal classfinal class -
Uses of IAttributeNode in jadx.core.dex.regions.conditions
Classes in jadx.core.dex.regions.conditions that implement IAttributeNodeModifier and TypeClassDescriptionclassfinal classfinal class -
Uses of IAttributeNode in jadx.core.dex.regions.loops
Classes in jadx.core.dex.regions.loops that implement IAttributeNode -
Uses of IAttributeNode in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors with parameters of type IAttributeNodeModifier and TypeMethodDescriptionprivate static voidAttachCommentsVisitor.addComment(@Nullable IAttributeNode node, ICodeComment comment) -
Uses of IAttributeNode in jadx.core.utils
Fields in jadx.core.utils with type parameters of type IAttributeNodeModifier and TypeFieldDescriptionprivate final Set<IAttributeNode> ErrorsCounter.errorNodesprivate final Set<IAttributeNode> ErrorsCounter.warnNodesMethods in jadx.core.utils with type parameters of type IAttributeNodeModifier 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 that return types with arguments of type IAttributeNodeMethods in jadx.core.utils with parameters of type IAttributeNodeModifier and TypeMethodDescriptionprivate StringDotGraphUtils.attributesString(IAttributeNode block) private static voidDebugUtils.printWithAttributes(ICodeWriter cw, String indent, String codeStr, IAttributeNode attrNode)