JavadocDescriptionElementpublic class JavadocInlineTag extends Object implements JavadocDescriptionElement
For example String
| Modifier and Type | Class | Description |
|---|---|---|
static class |
JavadocInlineTag.Type |
The type of tag: it could either correspond to a known tag (code, docRoot, etc.) or represent
an unknown tag.
|
| Constructor | Description |
|---|---|
JavadocInlineTag(String tagName,
JavadocInlineTag.Type type,
String content) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
static JavadocDescriptionElement |
fromText(String text) |
|
int |
hashCode() |
|
String |
toString() |
|
String |
toText() |
public JavadocInlineTag(String tagName, JavadocInlineTag.Type type, String content)
public static JavadocDescriptionElement fromText(String text)
public String toText()
toText in interface JavadocDescriptionElementCopyright © 2007–2019. All rights reserved.