public class JavadocInlineTag extends Object implements JavadocDescriptionElement
For example String
| Modifier and Type | Class and 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 and Description |
|---|
JavadocInlineTag(String tagName,
JavadocInlineTag.Type type,
String content) |
| Modifier and Type | Method and 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–2024. All rights reserved.