public class Examples extends TagStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
Examples.Builder |
| Constructor and Description |
|---|
Examples(List<Comment> comments,
List<Tag> tags,
String keyword,
String name,
String description,
Integer line,
String id,
List<ExamplesTableRow> rows) |
| Modifier and Type | Method and Description |
|---|---|
List<ExamplesTableRow> |
getRows() |
void |
replay(Formatter formatter) |
void |
setRows(List<ExamplesTableRow> rows) |
getFirstNonCommentLine, getId, getTagsgetDescriptiongetComments, getKeyword, getLine, getLineRange, getNamepublic void replay(Formatter formatter)
replay in class BasicStatementpublic List<ExamplesTableRow> getRows()
public void setRows(List<ExamplesTableRow> rows)
Copyright © 2025. All rights reserved.