Uses of Class
jadx.core.dex.attributes.nodes.NotificationAttrNode
Packages that use NotificationAttrNode
Package
Description
-
Uses of NotificationAttrNode in jadx.core.codegen
Methods in jadx.core.codegen with parameters of type NotificationAttrNode -
Uses of NotificationAttrNode in jadx.core.codegen.utils
Methods in jadx.core.codegen.utils with parameters of type NotificationAttrNodeModifier and TypeMethodDescriptionstatic voidCodeGenUtils.addCodeComments(ICodeWriter code, NotificationAttrNode parent, @Nullable IAttributeNode node) static voidCodeGenUtils.addComments(ICodeWriter code, NotificationAttrNode node) static voidCodeGenUtils.addErrors(ICodeWriter code, NotificationAttrNode node) static voidCodeGenUtils.addErrorsAndComments(ICodeWriter code, NotificationAttrNode node) static voidCodeGenUtils.addJadxNodeComment(ICodeWriter code, NotificationAttrNode node, CommentsLevel level, BiConsumer<ICodeWriter, String> commentFunc) static voidCodeGenUtils.addRenamedComment(ICodeWriter code, NotificationAttrNode node, String origName) -
Uses of NotificationAttrNode in jadx.core.dex.nodes
Subclasses of NotificationAttrNode in jadx.core.dex.nodes -
Uses of NotificationAttrNode in jadx.core.dex.nodes.utils
Methods in jadx.core.dex.nodes.utils with parameters of type NotificationAttrNodeModifier and TypeMethodDescriptionprivate voidTypeUtils.expandTypeVar(NotificationAttrNode node, ArgType type, Collection<ArgType> typeVars) -
Uses of NotificationAttrNode in jadx.core.dex.visitors.fixaccessmodifiers
Methods in jadx.core.dex.visitors.fixaccessmodifiers with parameters of type NotificationAttrNodeModifier and TypeMethodDescriptionstatic voidFixAccessModifiers.changeVisibility(NotificationAttrNode node, int newVisFlag)