public class BlockCommentBuilder extends Object
| Constructor and Description |
|---|
BlockCommentBuilder(net.morimekta.util.io.IndentedPrintWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
BlockCommentBuilder |
comment(String comment) |
void |
finish() |
BlockCommentBuilder |
newline() |
BlockCommentBuilder |
param_(String name,
String comment) |
BlockCommentBuilder |
return_(String comment) |
BlockCommentBuilder |
see_(Class<?> klass,
String comment) |
BlockCommentBuilder |
see_(String klass,
String comment) |
BlockCommentBuilder |
throws_(Class<?> klass,
String comment) |
BlockCommentBuilder |
throws_(String klass,
String comment) |
public BlockCommentBuilder(net.morimekta.util.io.IndentedPrintWriter writer)
public BlockCommentBuilder comment(String comment)
public BlockCommentBuilder newline()
public BlockCommentBuilder param_(String name, String comment)
public BlockCommentBuilder return_(String comment)
public BlockCommentBuilder throws_(Class<?> klass, String comment)
public BlockCommentBuilder throws_(String klass, String comment)
public BlockCommentBuilder see_(Class<?> klass, String comment)
public BlockCommentBuilder see_(String klass, String comment)
public void finish()
Copyright © 2015–2017 morimekta.net. All rights reserved.