Interface JavadocDescriptionElement
-
- All Known Implementing Classes:
JavadocInlineTag,JavadocSnippet
public interface JavadocDescriptionElementAn element of a description: either an inline tag or a piece of text.So for example
a textorcould be valid description elements.String
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtoText()
-
-
-
Method Detail
-
toText
String toText()
-
-