| Package | Description |
|---|---|
| com.github.javaparser.javadoc.description |
| Modifier and Type | Field and Description |
|---|---|
private JavadocInlineTag.Type |
JavadocInlineTag.type |
| Modifier and Type | Method and Description |
|---|---|
(package private) static JavadocInlineTag.Type |
JavadocInlineTag.Type.fromName(java.lang.String tagName) |
static JavadocInlineTag.Type |
JavadocInlineTag.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavadocInlineTag.Type[] |
JavadocInlineTag.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JavadocInlineTag(java.lang.String tagName,
JavadocInlineTag.Type type,
java.lang.String content) |