| Package | Description |
|---|---|
| com.whitestein.lsps.lang.doc |
This package contains classes for parsing the documentation comments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocCodeTextElement
A text element representing a source code.
|
class |
DocLinkTextElement
A text element representing a link.
|
class |
DocPlainTextElement
A text element representing a plain text.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocTextElement> |
DocText.getElements()
Returns an unmodifiable list of elements which compose this documentation
text.
|
| Constructor and Description |
|---|
DocText(List<DocTextElement> elements)
Constructs a new documentation text which consists of a sequence of the
given text elements.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.