Class BlockComment
- java.lang.Object
-
- com.google.api.generator.engine.ast.BlockComment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBlockComment.Builder
-
Constructor Summary
Constructors Constructor Description BlockComment()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaccept(AstNodeVisitor visitor)static BlockComment.Builderbuilder()abstract Stringcomment()static BlockCommentwithComment(String comment)
-
-
-
Method Detail
-
accept
public void accept(AstNodeVisitor visitor)
-
builder
public static BlockComment.Builder builder()
-
withComment
public static BlockComment withComment(String comment)
-
-