public static class CommentFormatter.Block
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| java.util.List<java.lang.String> | items | 
| java.util.List<CommentFormatter.Block> | quotedBlocks | 
| java.lang.String | text | 
| CommentFormatter.BlockType | type | 
| Constructor and Description | 
|---|
| Block() | 
public CommentFormatter.BlockType type
public java.lang.String text
public java.util.List<java.lang.String> items
public java.util.List<CommentFormatter.Block> quotedBlocks