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