Uses of Enum
jadx.api.CommentsLevel
Packages that use CommentsLevel
-
Uses of CommentsLevel in jadx.api
Fields in jadx.api declared as CommentsLevelMethods in jadx.api that return CommentsLevelModifier and TypeMethodDescriptionJadxArgs.getCommentsLevel()static CommentsLevelReturns the enum constant of this type with the specified name.static CommentsLevel[]CommentsLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jadx.api with parameters of type CommentsLevelModifier and TypeMethodDescriptionbooleanCommentsLevel.filter(CommentsLevel limit) voidJadxArgs.setCommentsLevel(CommentsLevel commentsLevel) -
Uses of CommentsLevel in jadx.cli
Fields in jadx.cli declared as CommentsLevelMethods in jadx.cli that return CommentsLevelMethods in jadx.cli with parameters of type CommentsLevel -
Uses of CommentsLevel in jadx.core.codegen.utils
Methods in jadx.core.codegen.utils with parameters of type CommentsLevelModifier and TypeMethodDescriptionstatic voidCodeGenUtils.addJadxComment(ICodeWriter code, CommentsLevel level, String commentStr) static voidCodeGenUtils.addJadxNodeComment(ICodeWriter code, NotificationAttrNode node, CommentsLevel level, BiConsumer<ICodeWriter, String> commentFunc) -
Uses of CommentsLevel in jadx.core.dex.attributes.nodes
Fields in jadx.core.dex.attributes.nodes with type parameters of type CommentsLevelModifier and TypeFieldDescriptionprivate final Map<CommentsLevel, Set<String>> JadxCommentsAttr.commentsMethods in jadx.core.dex.attributes.nodes that return CommentsLevelMethods in jadx.core.dex.attributes.nodes that return types with arguments of type CommentsLevelMethods in jadx.core.dex.attributes.nodes with parameters of type CommentsLevelModifier and TypeMethodDescriptionvoidJadxCommentsAttr.add(CommentsLevel level, String comment) static voidJadxCommentsAttr.add(IAttributeNode node, CommentsLevel level, String comment) booleanNotificationAttrNode.checkCommentsLevel(CommentsLevel required) JadxCommentsAttr.formatAndFilter(CommentsLevel level)