Package | Description |
---|---|
com.github.javaparser.javadoc.description |
Modifier and Type | Method | Description |
---|---|---|
static JavadocInlineTag.Type |
JavadocInlineTag.Type.valueOf(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 | Description |
---|---|
JavadocInlineTag(String tagName,
JavadocInlineTag.Type type,
String content) |
Copyright © 2007–2019. All rights reserved.