Uses of Class
com.github.tadukoo.java.comment.JavaMultiLineComment
Packages that use JavaMultiLineComment
Package
Description
Contains classes for handling comments in Java
Contains helpers for
classes in JavaParsers for Java comments and
Javadoc-
Uses of JavaMultiLineComment in com.github.tadukoo.java.comment
Classes in com.github.tadukoo.java.comment with type parameters of type JavaMultiLineCommentModifier and TypeClassDescriptionclassJavaMultiLineCommentBuilder<CommentType extends JavaMultiLineComment>A builder used to build amulti-line comment.Subclasses of JavaMultiLineComment in com.github.tadukoo.java.commentModifier and TypeClassDescriptionclassRepresents aJavaMultiLineCommentthat may be modifiedclassRepresents aJavaMultiLineCommentthat can't be modifiedMethods in com.github.tadukoo.java.comment with parameters of type JavaMultiLineCommentModifier and TypeMethodDescriptionJavaMultiLineCommentBuilder.copy(JavaMultiLineComment comment) Copies the settings from the givencommentto this builder -
Uses of JavaMultiLineComment in com.github.tadukoo.java.javaclass
Fields in com.github.tadukoo.java.javaclass with type parameters of type JavaMultiLineCommentModifier and TypeFieldDescriptionprotected List<JavaMultiLineComment>JavaClass.multiLineCommentsThemulti-line commentsinside the classprotected List<JavaMultiLineComment>JavaClassBuilder.multiLineCommentsThemulti-line commentsinside the classMethods in com.github.tadukoo.java.javaclass that return types with arguments of type JavaMultiLineCommentMethods in com.github.tadukoo.java.javaclass with parameters of type JavaMultiLineCommentModifier and TypeMethodDescriptionvoidEditableJavaClass.addMultiLineComment(JavaMultiLineComment multiLineComment) JavaClassBuilder.multiLineComment(JavaMultiLineComment multiLineComment) Method parameters in com.github.tadukoo.java.javaclass with type arguments of type JavaMultiLineCommentModifier and TypeMethodDescriptionvoidEditableJavaClass.addMultiLineComments(List<JavaMultiLineComment> multiLineComments) JavaClassBuilder.multiLineComments(List<JavaMultiLineComment> multiLineComments) voidEditableJavaClass.setMultiLineComments(List<JavaMultiLineComment> multiLineComments) -
Uses of JavaMultiLineComment in com.github.tadukoo.java.parsing.comment
Methods in com.github.tadukoo.java.parsing.comment that return JavaMultiLineCommentModifier and TypeMethodDescriptionstatic JavaMultiLineCommentJavaMultiLineCommentParser.parseMultiLineComment(String content) Parses amulti-line commentfrom the given content String