Uses of Class
com.github.tadukoo.java.comment.JavaSingleLineComment
Packages that use JavaSingleLineComment
Package
Description
Contains classes for handling comments in Java
Contains helpers for
classes in JavaParsers for Java comments and
Javadoc-
Uses of JavaSingleLineComment in com.github.tadukoo.java.comment
Classes in com.github.tadukoo.java.comment with type parameters of type JavaSingleLineCommentModifier and TypeClassDescriptionclassJavaSingleLineCommentBuilder<CommentType extends JavaSingleLineComment>A builder used to build aJavaSingleLineComment.Subclasses of JavaSingleLineComment in com.github.tadukoo.java.commentModifier and TypeClassDescriptionclassRepresents asingle-line commentin Java that can be modifiedclassRepresents asingle-line commentin Java that can't be modifiedMethods in com.github.tadukoo.java.comment with parameters of type JavaSingleLineCommentModifier and TypeMethodDescriptionJavaSingleLineCommentBuilder.copy(JavaSingleLineComment comment) Copies the settings from the givencommentinto this builder -
Uses of JavaSingleLineComment in com.github.tadukoo.java.javaclass
Fields in com.github.tadukoo.java.javaclass with type parameters of type JavaSingleLineCommentModifier and TypeFieldDescriptionprotected List<JavaSingleLineComment>JavaClass.singleLineCommentsThesingle-line commentsinside the classprotected List<JavaSingleLineComment>JavaClassBuilder.singleLineCommentsThesingle-line commentsinside the classMethods in com.github.tadukoo.java.javaclass that return types with arguments of type JavaSingleLineCommentMethods in com.github.tadukoo.java.javaclass with parameters of type JavaSingleLineCommentModifier and TypeMethodDescriptionvoidEditableJavaClass.addSingleLineComment(JavaSingleLineComment singleLineComment) JavaClassBuilder.singleLineComment(JavaSingleLineComment singleLineComment) Method parameters in com.github.tadukoo.java.javaclass with type arguments of type JavaSingleLineCommentModifier and TypeMethodDescriptionvoidEditableJavaClass.addSingleLineComments(List<JavaSingleLineComment> singleLineComments) voidEditableJavaClass.setSingleLineComments(List<JavaSingleLineComment> singleLineComments) JavaClassBuilder.singleLineComments(List<JavaSingleLineComment> singleLineComments) -
Uses of JavaSingleLineComment in com.github.tadukoo.java.parsing.comment
Methods in com.github.tadukoo.java.parsing.comment that return JavaSingleLineCommentModifier and TypeMethodDescriptionstatic JavaSingleLineCommentJavaSingleLineCommentParser.parseSingleLineComment(String content) Parses asingle-line commentfrom the given content String