| Package | Description |
|---|---|
| com.github.javaparser.javadoc |
| Modifier and Type | Method and Description |
|---|---|
JavadocBlockTag.Type |
JavadocBlockTag.getType() |
static JavadocBlockTag.Type |
JavadocBlockTag.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavadocBlockTag.Type[] |
JavadocBlockTag.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JavadocBlockTag(JavadocBlockTag.Type type,
String content) |
Copyright © 2007–2024. All rights reserved.