Class CommentStatement
java.lang.Object
com.google.api.generator.engine.ast.CommentStatement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(AstNodeVisitor visitor) Writes the syntatically-correct Java code representation of this node.abstract Commentcomment()static CommentStatementwithComment(Comment comment)
-
Constructor Details
-
CommentStatement
public CommentStatement()
-
-
Method Details