| Constructor and Description |
|---|
CommentStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstNodeVisitor visitor)
Writes the syntatically-correct Java code representation of this node.
|
abstract Comment |
comment() |
static CommentStatement |
withComment(Comment comment) |
public abstract Comment comment()
public static CommentStatement withComment(Comment comment)
Copyright © 2022 Google LLC. All rights reserved.