Package com.github.tadukoo.java.comment
Class UneditableJavaSingleLineComment.UneditableJavaSingleLineCommentBuilder
java.lang.Object
com.github.tadukoo.java.comment.JavaSingleLineCommentBuilder<UneditableJavaSingleLineComment>
com.github.tadukoo.java.comment.UneditableJavaSingleLineComment.UneditableJavaSingleLineCommentBuilder
- Enclosing class:
- UneditableJavaSingleLineComment
public static class UneditableJavaSingleLineComment.UneditableJavaSingleLineCommentBuilder
extends JavaSingleLineCommentBuilder<UneditableJavaSingleLineComment>
A builder used to make an
UneditableJavaSingleLineComment- Version:
- Beta v.0.5
- Author:
- Logan Ferree (Tadukoo)
- See Also:
-
Field Summary
Fields inherited from class com.github.tadukoo.java.comment.JavaSingleLineCommentBuilder
content -
Method Summary
Modifier and TypeMethodDescriptionprotected UneditableJavaSingleLineCommentUsed by subclasses to actually construct theJavaSingleLineCommentMethods inherited from class com.github.tadukoo.java.comment.JavaSingleLineCommentBuilder
build, content, copy
-
Method Details
-
constructSingleLineComment
Used by subclasses to actually construct theJavaSingleLineComment- Specified by:
constructSingleLineCommentin classJavaSingleLineCommentBuilder<UneditableJavaSingleLineComment>- Returns:
- The newly constructed
JavaSingleLineComment
-