| Modifier and Type | Class and Description |
|---|---|
static class |
BlockComment.Builder |
| Constructor and Description |
|---|
BlockComment() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstNodeVisitor visitor) |
static BlockComment.Builder |
builder() |
abstract String |
comment() |
static BlockComment |
withComment(String comment) |
public void accept(AstNodeVisitor visitor)
public static BlockComment.Builder builder()
public static BlockComment withComment(String comment)
Copyright © 2022 Google LLC. All rights reserved.