Uses of Class
jadx.core.dex.attributes.AttrNode
Packages that use AttrNode
Package
Description
-
Uses of AttrNode in jadx.analysis.callgraph
Subclasses of AttrNode in jadx.analysis.callgraph -
Uses of AttrNode in jadx.core.dex.attributes
Methods in jadx.core.dex.attributes with parameters of type AttrNodeModifier and TypeMethodDescription<T extends IJadxAttribute>
voidAttrNode.copyAttributeFrom(AttrNode attrNode, AType<T> attrType) <T extends IJadxAttribute>
voidIAttributeNode.copyAttributeFrom(AttrNode attrNode, AType<T> attrType) voidAttrNode.copyAttributesFrom(AttrNode attrNode) voidIAttributeNode.copyAttributesFrom(AttrNode attrNode) <T extends IJadxAttribute>
voidAttrNode.rewriteAttributeFrom(AttrNode attrNode, AType<T> attrType) Remove attribute in this node, add copy from other if exists<T extends IJadxAttribute>
voidIAttributeNode.rewriteAttributeFrom(AttrNode attrNode, AType<T> attrType) -
Uses of AttrNode in jadx.core.dex.attributes.nodes
Subclasses of AttrNode in jadx.core.dex.attributes.nodesMethods in jadx.core.dex.attributes.nodes with parameters of type AttrNodeConstructors in jadx.core.dex.attributes.nodes with parameters of type AttrNodeModifierConstructorDescriptionRenameReasonAttr(AttrNode node) RenameReasonAttr(AttrNode node, boolean notValid, boolean notPrintable) -
Uses of AttrNode in jadx.core.dex.instructions
Subclasses of AttrNode in jadx.core.dex.instructionsModifier 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 AttrNode in jadx.core.dex.instructions.args
Subclasses of AttrNode in jadx.core.dex.instructions.argsModifier and TypeClassDescriptionclassInstruction argument.final classfinal classfinal classclassclass -
Uses of AttrNode in jadx.core.dex.instructions.java
Subclasses of AttrNode in jadx.core.dex.instructions.java -
Uses of AttrNode in jadx.core.dex.instructions.mods
Subclasses of AttrNode in jadx.core.dex.instructions.mods -
Uses of AttrNode in jadx.core.dex.nodes
Subclasses of AttrNode in jadx.core.dex.nodesModifier and TypeClassDescriptionfinal classclassclassclassfinal classLightweight replacement for BlockNode in regions.classclassclass -
Uses of AttrNode in jadx.core.dex.regions
Subclasses of AttrNode in jadx.core.dex.regionsModifier and TypeClassDescriptionclassfinal classfinal classfinal classfinal class -
Uses of AttrNode in jadx.core.dex.regions.conditions
Subclasses of AttrNode in jadx.core.dex.regions.conditionsModifier and TypeClassDescriptionclassfinal classfinal class -
Uses of AttrNode in jadx.core.dex.regions.loops
Subclasses of AttrNode in jadx.core.dex.regions.loops -
Uses of AttrNode in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors with parameters of type AttrNodeModifier and TypeMethodDescriptionprivate voidPrepareForCodeGen.collectFieldsUsageInAnnotations(MethodNode mth, AttrNode attrNode) private voidModVisitor.replaceConstsInAnnotationForAttrNode(ClassNode parentCls, AttrNode attrNode)