Class LineComment.Builder
- java.lang.Object
-
- com.google.api.generator.engine.ast.LineComment.Builder
-
- Enclosing class:
- LineComment
public abstract static class LineComment.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract LineCommentautoBuild()LineCommentbuild()abstract LineComment.BuildersetComment(String comment)
-
-
-
Method Detail
-
setComment
public abstract LineComment.Builder setComment(String comment)
-
autoBuild
public abstract LineComment autoBuild()
-
build
public LineComment build()
-
-