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, getTags
getDescription
getComments, getKeyword, getLine, getLineRange, getName
public void replay(Formatter formatter)
replay
in class BasicStatement
public List<ExamplesTableRow> getRows()
public void setRows(List<ExamplesTableRow> rows)
Copyright © 2018. All rights reserved.