| Modifier and Type | Method and Description |
|---|---|
TsonComment[] |
TsonComments.getComments() |
TsonComment[] |
TsonComments.leadingComments() |
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) |
TsonComment[] |
TsonComments.trailingComments() |
| Modifier and Type | Method and Description |
|---|---|
TsonComments |
TsonComments.addLeading(TsonComment... other) |
TsonComments |
TsonComments.addLeading(TsonComment other) |
TsonComments |
TsonComments.addTrailing(TsonComment... other) |
TsonComments |
TsonComments.addTrailing(TsonComment other) |
int |
TsonComment.compareTo(TsonComment o) |
default void |
TsonParserVisitor.visitComments(TsonComment comments) |
| Constructor and Description |
|---|
TsonComments(TsonComment[] leadingComments,
TsonComment[] trailingComments) |
TsonComments(TsonComment[] leadingComments,
TsonComment[] trailingComments) |
| Modifier and Type | Method and Description |
|---|---|
TsonComment |
TsonElementsFactoryImpl.parseComments(String c) |
| Modifier and Type | Method and Description |
|---|---|
static TsonComment |
TsonParserUtils.parseComments(String c) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementBuilderTsonParserVisitor.visitComments(TsonComment comments) |
void |
SimpleTsonParserVisitor.visitComments(TsonComment comments) |
Copyright © 2025 vpc open source initiative. All rights reserved.