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