public interface BlockTag extends Tag
| Modifier and Type | Interface and Description |
|---|---|
static class |
BlockTag.Segment
Representation for a javadoc segment of a given tag.
|
| Modifier and Type | Method and Description |
|---|---|
String |
createPattern(String allTagNames) |
List<BlockTag.Segment> |
getSegments() |
void |
putValue(String segmentName,
String value) |
getTagNameList<BlockTag.Segment> getSegments()
void putValue(String segmentName, String value)
segmentName - the segment name for which the value should be savedvalue - the value that was parsed for the segmentCopyright © 2018–2022. All rights reserved.