Uses of Interface
io.github.mmm.code.api.comment.CodeComment
Packages that use CodeComment
Package
Description
-
Uses of CodeComment in io.github.mmm.code.api.comment
Subinterfaces of CodeComment in io.github.mmm.code.api.commentModifier and TypeInterfaceDescriptioninterfaceCodeCommentrepresenting a multi-line comment.interfaceCodeCommentrepresenting a sequence ofCodeComments.interfaceCodeCommentrepresenting an inline comment.interfaceinterfaceCodeSingleCommentrepresenting a single-line comment.Methods in io.github.mmm.code.api.comment that return types with arguments of type CodeComment -
Uses of CodeComment in io.github.mmm.code.api.item
Methods in io.github.mmm.code.api.item that return CodeCommentMethods in io.github.mmm.code.api.item with parameters of type CodeCommentModifier and TypeMethodDescriptionvoidCodeMutableItemWithComment.setComment(CodeComment comment) -
Uses of CodeComment in io.github.mmm.code.api.language
Methods in io.github.mmm.code.api.language with parameters of type CodeCommentModifier and TypeMethodDescriptionvoidAbstractCodeLanguage.writeComment(CodeComment comment, Appendable sink, String newline, String defaultIndent, String currentIndent) Writes the givenCodeComment. -
Uses of CodeComment in io.github.mmm.code.api.object
Methods in io.github.mmm.code.api.object with parameters of type CodeComment