Uses of Enum
jadx.api.data.CommentStyle
Packages that use CommentStyle
Package
Description
-
Uses of CommentStyle in jadx.api.data
Methods in jadx.api.data that return CommentStyleModifier and TypeMethodDescriptionICodeComment.getStyle()static CommentStyleReturns the enum constant of this type with the specified name.static CommentStyle[]CommentStyle.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CommentStyle in jadx.api.data.impl
Fields in jadx.api.data.impl declared as CommentStyleMethods in jadx.api.data.impl that return CommentStyleMethods in jadx.api.data.impl with parameters of type CommentStyleConstructors in jadx.api.data.impl with parameters of type CommentStyleModifierConstructorDescriptionJadxCodeComment(IJavaNodeRef nodeRef, @Nullable IJavaCodeRef codeRef, String comment, CommentStyle style) JadxCodeComment(IJavaNodeRef nodeRef, String comment, CommentStyle style) -
Uses of CommentStyle in jadx.core.codegen.utils
Fields in jadx.core.codegen.utils declared as CommentStyleMethods in jadx.core.codegen.utils that return CommentStyleMethods in jadx.core.codegen.utils with parameters of type CommentStyleModifier and TypeMethodDescriptionprivate static voidCodeGenUtils.addCommentWithStyle(ICodeWriter code, CommentStyle style, String commentStr) private static voidCodeGenUtils.addCommentWithStyle(ICodeWriter code, CommentStyle style, BiConsumer<ICodeWriter, String> commentFunc) Insert comment with function, use second arg as new line prefixConstructors in jadx.core.codegen.utils with parameters of type CommentStyle -
Uses of CommentStyle in jadx.core.dex.attributes.nodes
Methods in jadx.core.dex.attributes.nodes with parameters of type CommentStyleModifier and TypeMethodDescriptionvoidNotificationAttrNode.addCodeComment(String comment, CommentStyle style)