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