Class CommentStatement
- java.lang.Object
-
- com.google.api.generator.engine.ast.CommentStatement
-
-
Constructor Summary
Constructors Constructor Description CommentStatement()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaccept(AstNodeVisitor visitor)Writes the syntatically-correct Java code representation of this node.abstract Commentcomment()static CommentStatementwithComment(Comment comment)
-
-
-
Method Detail
-
comment
public abstract Comment comment()
-
withComment
public static CommentStatement withComment(Comment comment)
-
-