Uses of Interface
jadx.api.data.ICodeComment
Packages that use ICodeComment
-
Uses of ICodeComment in jadx.api.data
Methods in jadx.api.data that return types with arguments of type ICodeComment -
Uses of ICodeComment in jadx.api.data.impl
Classes in jadx.api.data.impl that implement ICodeCommentFields in jadx.api.data.impl with type parameters of type ICodeCommentMethods in jadx.api.data.impl that return types with arguments of type ICodeCommentMethods in jadx.api.data.impl with parameters of type ICodeCommentMethod parameters in jadx.api.data.impl with type arguments of type ICodeComment -
Uses of ICodeComment in jadx.core.codegen.utils
Constructors in jadx.core.codegen.utils with parameters of type ICodeComment -
Uses of ICodeComment in jadx.core.dex.visitors
Fields in jadx.core.dex.visitors with type parameters of type ICodeCommentModifier and TypeFieldDescriptionprivate Map<String, List<ICodeComment>> AttachCommentsVisitor.clsCommentsMapMethods in jadx.core.dex.visitors that return types with arguments of type ICodeCommentModifier and TypeMethodDescriptionprivate List<ICodeComment> AttachCommentsVisitor.getCommentsData(ClassNode cls) Methods in jadx.core.dex.visitors with parameters of type ICodeCommentModifier and TypeMethodDescriptionprivate static voidAttachCommentsVisitor.addComment(@Nullable IAttributeNode node, ICodeComment comment) private static voidAttachCommentsVisitor.processCustomAttach(MethodNode mth, IJavaCodeRef codeRef, ICodeComment comment) Method parameters in jadx.core.dex.visitors with type arguments of type ICodeCommentModifier and TypeMethodDescriptionprivate static voidAttachCommentsVisitor.applyComments(ClassNode cls, List<ICodeComment> clsComments)