| Package | Description |
|---|---|
| net.thevpc.tson |
| Modifier and Type | Method and Description |
|---|---|
TsonComment[] |
TsonComments.getComments() |
TsonComment[] |
TsonComments.getLeadingComments() |
TsonComment[] |
TsonComments.getTrailingComments() |
static TsonComment |
TsonComment.of(String text) |
static TsonComment |
TsonComment.ofMultiLine(String text) |
static TsonComment |
TsonComment.ofSingleLine(String text) |
static TsonComment |
Tson.parseComments(String image) |
TsonComment |
TsonElementsFactory.parseComments(String c) |
| Modifier and Type | Method and Description |
|---|---|
int |
TsonComment.compareTo(TsonComment o) |
default void |
TsonParserVisitor.visitComments(TsonComment comments) |
| Constructor and Description |
|---|
TsonComments(TsonComment[] leadingComments,
TsonComment[] trailingComments) |
TsonComments(TsonComment[] leadingComments,
TsonComment[] trailingComments) |
Copyright © 2025 vpc open source initiative. All rights reserved.